ci ordering
This commit is contained in:
parent
092ac5c65e
commit
c5382aa35b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user