ci ordering

This commit is contained in:
Brian Rosner 2024-05-19 16:53:01 -06:00
parent 092ac5c65e
commit c5382aa35b

View File

@ -23,6 +23,7 @@ jobs:
tests: tests:
name: Tests name: Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: pre-commit
services: services:
postgres: postgres:
image: postgres image: postgres
@ -56,6 +57,7 @@ jobs:
build: build:
name: Build and push image name: Build and push image
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: tests
steps: steps:
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3