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
1 changed files with 1 additions and 1 deletions

View File

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