Skip to content

Commit

Permalink
CI fix: Wait for "docker-build-test" to use cross-build artifacts (#1215
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nyurik authored Feb 26, 2024
1 parent fba9af8 commit da17d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
test-aws-lambda:
name: Test AWS Lambda
runs-on: ubuntu-latest
needs: [ build ]
needs: [ docker-build-test ]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
test-with-svc:
name: Test postgis:${{ matrix.img_ver }} sslmode=${{ matrix.sslmode }}
runs-on: ubuntu-latest
needs: [ build ]
needs: [ build, docker-build-test ]
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit da17d3f

Please sign in to comment.