Skip to content

Commit

Permalink
Prefetch HLS
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 1, 2022
1 parent c3aa0e7 commit 6be7b3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
- run: |
mkdir -p test-workspace/bin/
export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/bin
ghcup --no-verbose prefetch hls 1.4.0
ghcup --no-verbose prefetch hls latest
- run: npm ci
- run: npm run webpack
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test
Expand Down

0 comments on commit 6be7b3f

Please sign in to comment.