Skip to content

Commit

Permalink
Don't fail the workflow if test execution fails
Browse files Browse the repository at this point in the history
  • Loading branch information
loganek committed Dec 13, 2022
1 parent c0f595b commit 2b74496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-runtime-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
run: echo "date=$(date +'%Y-%m-%d_%H_%M')" >> $GITHUB_ENV

- name: Run tests on ${{ matrix.runtime }}
continue-on-error: true
run: |
mkdir -p test_results
python3 test-runner/wasi_test_runner.py \
-r ./adapters/${{ matrix.runtime }}.sh \
--json-output-location results.json \
Expand Down

0 comments on commit 2b74496

Please sign in to comment.