Skip to content

Commit 110a99f

Browse files
authored
Workaround for hurl issue in github action
1 parent c132edb commit 110a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bootjar_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: hurl install
4141
uses: gacts/[email protected]
42-
42+
with: {disable-cache: true} # hurl installation sometimes fails on cache restore, trying to disable it as a workaround https://github.com/gacts/install-hurl/issues/93
4343
- name: hurl CRUD tests (windows)
4444
if: runner.os == 'Windows'
4545
shell: bash

0 commit comments

Comments
 (0)