mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
CI fix: Wait for "docker-build-test" to use cross-build artifacts (#1215)
This commit is contained in:
parent
fba9af8749
commit
da17d3fdc0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -294,7 +294,7 @@ jobs:
|
|||||||
test-aws-lambda:
|
test-aws-lambda:
|
||||||
name: Test AWS Lambda
|
name: Test AWS Lambda
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ build ]
|
needs: [ docker-build-test ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -477,7 +477,7 @@ jobs:
|
|||||||
test-with-svc:
|
test-with-svc:
|
||||||
name: Test postgis:${{ matrix.img_ver }} sslmode=${{ matrix.sslmode }}
|
name: Test postgis:${{ matrix.img_ver }} sslmode=${{ matrix.sslmode }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ build ]
|
needs: [ build, docker-build-test ]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user