Skip to content

Commit

Permalink
CTS: do not continue on error
Browse files Browse the repository at this point in the history
The CTS nightly stops report error because of `continue-on-error` is set
to true. Set it false such that we can know as soon as it fails.
  • Loading branch information
kaizhangNV committed May 23, 2024
1 parent 8e15bdc commit f145478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vk-gl-cts-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: [Windows, self-hosted]
timeout-minutes: 100
continue-on-error: true
continue-on-error: false
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f145478

Please sign in to comment.