From 83fb89db35058111a7a655d07fea7619f7a5b3a2 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Wed, 13 Mar 2024 09:57:18 +0100 Subject: [PATCH] Debugging --- .github/workflows/system-tests.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/system-tests.yaml b/.github/workflows/system-tests.yaml index 8be862e9..f8c57a99 100644 --- a/.github/workflows/system-tests.yaml +++ b/.github/workflows/system-tests.yaml @@ -5,12 +5,11 @@ on: types: [labeled] jobs: - trigger: - if: github.event.label.name == 'trigger-system-tests' - steps: - - uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop - with: - suites: openfoam_adapter_pr - build_args: TUTORIALS_REF:develop,PRECICE_REF:develop,OPENFOAM_EXECUTABLE:openfoam2306,OPENFOAM_ADAPTER_REF:${{ github.event.pull_request.head.sha }} - systests_branch: develop - loglevel: "DEBUG" + system-tests: + if: ${{ github.event.label.name == 'trigger-system-tests' }} + uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop + with: + suites: openfoam_adapter_pr + build_args: TUTORIALS_REF:develop,PRECICE_REF:develop,OPENFOAM_EXECUTABLE:openfoam2306,OPENFOAM_ADAPTER_REF:${{ github.event.pull_request.head.sha }} + systests_branch: develop + loglevel: "DEBUG"