Skip to content

Commit

Permalink
[ ci ] Build dependencies of the testing before caching
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Dec 4, 2024
1 parent a1a7d36 commit 1db7df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 151 deletions.
151 changes: 0 additions & 151 deletions .github/workflows/test-windows.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
- name: 🧰 Build ALS
run: stack build

- name: 🧰 Build Testings
run: stack build --test --no-terminal --only-dependencies

# things to be cached

- name: 💾 Cache stack global package db
Expand Down

0 comments on commit 1db7df3

Please sign in to comment.