Skip to content

Commit

Permalink
chore: Use build and test from Stack action
Browse files Browse the repository at this point in the history
  • Loading branch information
koterpillar committed Mar 15, 2024
1 parent 356dec8 commit f510df2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,10 @@ jobs:
uses: actions/checkout@v4
- name: Install system dependencies
run: sudo ./install-deps
- name: Set up Stack
- name: Build
uses: freckle/stack-action@v5
- name: Set up cache
uses: actions/cache@v4
with:
key: stack
path: ~/.stack
- name: Install dependencies
run: |
stack --no-terminal --install-ghc test --only-dependencies
- name: Test
run: |
stack --no-terminal test
stack-build-arguments: --fast

publish:
needs:
Expand Down

0 comments on commit f510df2

Please sign in to comment.