Skip to content

Commit 34d3823

Browse files
retry all curl errors in test
1 parent c881094 commit 34d3823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Query the ASpace home page
140140
if: ${{ always() }}
141141
run: |
142-
curl --location --fail --retry 30 --retry-connrefused http://localhost:8080/
142+
curl --location --fail --retry 30 --retry-all-errors http://localhost:8080/
143143
144144
- name: Copy out artifacts
145145
if: ${{ always() }}

0 commit comments

Comments
 (0)