CI fix: Wait for "docker-build-test" to use cross-build artifacts (#1215)

This commit is contained in:
Yuri Astrakhan 2024-02-26 15:12:55 -05:00 committed by GitHub
parent fba9af8749
commit da17d3fdc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
@ -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: