Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a test workflow #309

Merged
merged 14 commits into from
Mar 13, 2024
13 changes: 13 additions & 0 deletions .github/workflows/run-tests-on-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
pull_request_review:
types: [submitted]

jobs:
testing-approved-pr:
if: github.event.review.state == 'APPROVED'
MakisH marked this conversation as resolved.
Show resolved Hide resolved
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 }}
MakisH marked this conversation as resolved.
Show resolved Hide resolved
systests_branch: develop
loglevel: "DEBUG"
Loading