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