Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Feb 4, 2025
1 parent 3f83851 commit 97766a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
path: |
/github/home/.cache
/github/home/.config
/github/home/.local
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/cabal.project') }}-${{ hashFiles('**/*.cabal') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
Expand All @@ -40,11 +41,17 @@ jobs:
run: |
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Install skeletest-preprocessor
run: |
cabal install skeletest --installdir=$HOME/.local/bin --install-method=copy
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Check Cache
run: |
ls -ahl /github/home/
ls -ahl /github/home/.cache
ls -ahl /github/home/.config
ls -ahl /github/home/.local
build-982:
needs: build-cache
Expand All @@ -61,6 +68,7 @@ jobs:
path: |
/github/home/.cache
/github/home/.config
/github/home/.local
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/cabal.project') }}-${{ hashFiles('**/*.cabal') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
Expand All @@ -72,6 +80,7 @@ jobs:
ls -ahl /github/home/
ls -ahl /github/home/.cache
ls -ahl /github/home/.config
ls -ahl /github/home/.local
- name: Install skeletest-preprocessor
run: |
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- bust ci cache
-- bust ci cache2
tests: True
multi-repl: True
packages:
Expand Down

0 comments on commit 97766a7

Please sign in to comment.