Skip to content

Commit

Permalink
Update devx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman authored Apr 17, 2024
1 parent d965f5a commit 3c60f1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/devx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ jobs:
- name: cabal update
run: PATH=$HOME/bin:$PATH cabal update
- name: cabal build dependencies
env:
CABAL_AWS_ACCESS_KEY_ID: ${{ secrets.CABAL_AWS_ACCESS_KEY_ID }}
CABAL_AWS_SECRET_ACCESS_KEY: ${{ secrets.CABAL_AWS_SECRET_ACCESS_KEY }}
run: PATH=$HOME/bin:$PATH cabal build all -j --enable-tests --only-dependencies
- name: cabal build
env:
CABAL_AWS_ACCESS_KEY_ID: ${{ secrets.CABAL_AWS_ACCESS_KEY_ID }}
CABAL_AWS_SECRET_ACCESS_KEY: ${{ secrets.CABAL_AWS_SECRET_ACCESS_KEY }}
run: PATH=$HOME/bin:$PATH cabal build all -j --enable-tests
- name: cabal test
run: PATH=$HOME/bin:$PATH cabal test all -j --enable-tests --test-show-details=direct

0 comments on commit 3c60f1d

Please sign in to comment.