From fe8942d493ef5309953dd876ae102aa2097c4cf5 Mon Sep 17 00:00:00 2001 From: Matthew Casperson Date: Tue, 5 Dec 2023 14:50:26 +1000 Subject: [PATCH] Fixed job name --- .github/workflows/integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 48f58f986..cffb7569e 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -93,7 +93,7 @@ jobs: OCTOTESTVERSION: 2023.2 tests-combine-summaries: name: Combine Test Reports - needs: [ build ] + needs: [ tests ] runs-on: ubuntu-latest steps: - name: Checkout code