We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efbf82b + 33031b2 commit 842af40Copy full SHA for 842af40
.github/workflows/main.yml
@@ -9,6 +9,7 @@ on:
9
jobs:
10
test:
11
runs-on: ${{ matrix.os }}
12
+ continue-on-error: ${{ matrix.version == 'nightly' }}
13
strategy:
14
matrix:
15
version:
0 commit comments