Skip to content

Commit

Permalink
Merge pull request #552 from jneira/fix-github-ci
Browse files Browse the repository at this point in the history
Use bash shell in github actions to allow its idioms
  • Loading branch information
jneira authored Oct 30, 2020
2 parents 5673556 + d19568f commit b7a390f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
src/**/*.hs exe/*.hs
- name: Build
shell: bash
# Retry it three times to workaround compiler segfaults in windows
run: cabal build || cabal build || cabal build
- name: Test
shell: bash
env:
HLS_TEST_EXE: hls
HLS_WRAPPER_TEST_EXE: hls-wrapper
Expand Down

0 comments on commit b7a390f

Please sign in to comment.