Skip to content

Debugging

Debugging #10

Workflow file for this run

name: System tests
on:
pull_request:
types: [labeled]
jobs:
system-tests:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.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"