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 8fd116f commit ed96b4bCopy full SHA for ed96b4b
.github/workflows/ci.yml
@@ -21,10 +21,10 @@ jobs:
21
version: 0.1.6.0
22
tests:
23
name: ${{ matrix.ghc }} on ${{ matrix.os }}
24
- needs: generateMatrix
+ needs: generate-matrix
25
runs-on: ${{ matrix.os }}
26
strategy:
27
- matrix: ${{ fromJSON(needs.generateMatrix.outputs.matrix) }}
+ matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
28
# Service containers to run with `container-job`
29
services:
30
# Label used to access the service container
0 commit comments