Skip to content

Commit b0ac19b

Browse files
committed
Ensure we have a supported ghc version
1 parent b278b5c commit b0ac19b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/setup-node@v1
2020
with:
2121
node-version: 10.x
22+
- name: Ensure there is a supported ghc versions
23+
uses: haskell/actions/setup@v1
24+
with:
25+
ghc-version: 9.0.1
2226
- run: npm ci
2327
- run: npm run webpack
2428
- run: xvfb-run -a npm test
@@ -29,6 +33,6 @@ jobs:
2933
if: failure()
3034
uses: actions/upload-artifact@v2
3135
with:
32-
name: extension.log
36+
name: extension-${{ matrix.os }}.log
3337
path: test-workspace/hls.log
3438

0 commit comments

Comments
 (0)