Skip to content

Commit

Permalink
Test error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 31, 2023
1 parent d6f774e commit 3600f3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
- name: cabal update
run: cabal update
- name: unapck hello
run: |
cabal unpack hello
run: cabal unpack hello
- name: build hello
working-directory: hello-1.0.0.2
run: cabal build
run: cabal buildx
- name: test hello
working-directory: hello-1.0.0.2
run: cabal test

0 comments on commit 3600f3a

Please sign in to comment.