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.
1 parent efbf82b commit 33031b2Copy full SHA for 33031b2
.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