Skip to content

Commit

Permalink
ci: Disables continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Nov 27, 2023
1 parent 68c6c0d commit b2e308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/env_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, workflow_dispatch]

jobs:
build:
continue-on-error: true
# continue-on-error: true
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, windows-latest, macos-12, macos-11]
Expand Down

0 comments on commit b2e308a

Please sign in to comment.