Skip to content

Commit

Permalink
Retry the build three times
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Oct 19, 2020
1 parent 1be17d4 commit 9cb25f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
src/**/*.hs exe/*.hs
- name: Build
run: cabal build
run: cabal build || cabal build || cabal build
- name: Test
env:
HLS_TEST_EXE: hls
Expand Down

0 comments on commit 9cb25f1

Please sign in to comment.