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 a47dba1 commit 35de5e1Copy full SHA for 35de5e1
.github/workflows/tests.yaml
@@ -15,7 +15,7 @@ concurrency:
15
cancel-in-progress: true
16
17
jobs:
18
- unit-ro:
+ unit_ro:
19
name: "unit - read only fixtures"
20
runs-on: 'ubuntu-latest'
21
strategy:
@@ -44,7 +44,7 @@ jobs:
44
45
unit:
46
name: "unit"
47
- needs: unit-ro
+ needs: unit_ro
48
49
50
fail-fast: false
0 commit comments