Skip to content

Commit

Permalink
Fix conformance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Apr 16, 2021
1 parent 2601068 commit 4d37da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
- name: Run conformance test
run: |
cd cwl
./run_test.sh RUNNER=$GITHUB_WORKSPACE/ep3-runner EXTRA='--debug' --badgedir=badges --junit-xml=junit.xml --timeout=$timeout || true
./run_test.sh RUNNER=$GITHUB_WORKSPACE/ep3-runner --badgedir=badges --junit-xml=junit.xml --timeout=$timeout || true
cd $GITHUB_WORKSPACE
env:
timeout: 10
timeout: 30
- name: Save badges
if: success() && github.event_name == 'push'
run: |
Expand Down

0 comments on commit 4d37da8

Please sign in to comment.