This commit is contained in:
Nicolas Patry 2024-06-07 15:44:51 +02:00
parent e6a4dbe7f5
commit aea77a8ab3
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8

View File

@ -35,7 +35,7 @@ jobs:
hardware: ${{ matrix.hardware }} hardware: ${{ matrix.hardware }}
secrets: inherit secrets: inherit
integration_tests: integration_tests:
needs: build-matrix needs: build
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^ uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
with: with:
docker_image: ${{ needs.build.outputs.docker_image }} docker_image: ${{ needs.build.outputs.docker_image }}