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 d66913a commit e6bcd6bCopy full SHA for e6bcd6b
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
setup_matrix:
18
name: "Setup Test Matrix"
19
needs: "Spec"
20
+ runs-on: ubuntu-latest
21
with:
22
flags: "--nightly"
23
outputs:
@@ -54,7 +55,7 @@ jobs:
54
55
needs:
56
- setup_matrix
57
if: ${{ needs.setup_matrix.outputs.matrix != '{}' }}
-
58
59
60
61
strategy:
.github/workflows/nightly.yml
@@ -15,6 +15,7 @@ jobs:
15
16
@@ -53,6 +54,7 @@ jobs:
53
0 commit comments