Skip to content

Commit

Permalink
adding insecure flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Sep 8, 2023
1 parent af313bd commit d57a832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Test traefik container
run: docker logs traefik
- name: Test content container
run: curl -s --retry 10 --retry-connrefused ${{matrix.httpType}}://127.0.0.1
run: curl -s -k --retry 10 --retry-connrefused ${{matrix.httpType}}://127.0.0.1
# - name: Test HADES
# run: curl -s --retry 10 --retry-connrefused ${{matrix.httpType}}://127.0.0.1/hades/auth-sign-in
# - name: Test Atlas
Expand Down

0 comments on commit d57a832

Please sign in to comment.