diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f8756..c90ca88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: version: 0.1.6.0 tests: name: ${{ matrix.ghc }} on ${{ matrix.os }} - needs: generateMatrix + needs: generate-matrix runs-on: ${{ matrix.os }} strategy: - matrix: ${{ fromJSON(needs.generateMatrix.outputs.matrix) }} + matrix: ${{ fromJSON(needs.generate-matrix.outputs.matrix) }} # Service containers to run with `container-job` services: # Label used to access the service container