Skip to content

Commit

Permalink
Added a first rudimentary test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Seitz committed Dec 14, 2023
1 parent 99421f7 commit daa975a
Showing 1 changed file with 13 additions and 0 deletions.
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'
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"

0 comments on commit daa975a

Please sign in to comment.