Skip to content

Commit

Permalink
verify docker ps
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw committed Oct 24, 2023
1 parent 99e80a4 commit 53b40cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: wget localhost
run: |
wget --mirror --page-requisites --convert-links \
wget --no-check-certificate --mirror --page-requisites --convert-links \
--no-parent -P downloaded-site https://localhost:8080
- name: Execute tests
Expand Down

0 comments on commit 53b40cc

Please sign in to comment.