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 5cf4774 commit db27685Copy full SHA for db27685
.github/workflows/Testing.yaml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
test:
13
runs-on: ${{ matrix.os }}
14
+ continue-on-error: ${{ matrix.version == 'nightly' }}
15
strategy:
16
matrix:
17
version:
0 commit comments