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 c3aa0e7 commit 64f353eCopy full SHA for 64f353e
.github/workflows/test.yml
@@ -28,6 +28,12 @@ jobs:
28
uses: haskell/actions/setup@v1
29
with:
30
ghc-version: ${{ matrix.ghc }}
31
+ - run: |
32
+ mkdir -p test-workspace/bin/
33
+ export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/bin
34
+ ghcup --no-verbose prefetch hls 1.4.0
35
+ ghcup --no-verbose prefetch hls latest
36
+ shell: bash
37
- run: npm ci
38
- run: npm run webpack
39
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test
0 commit comments