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 7ab1cb8 commit 99e80a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,10 @@ jobs:
sleep 10
docker ps
- name: wget container name
run: |
wget --mirror --page-requisites --convert-links \
--no-parent -P downloaded-site https://home-page-home-page-1:8080/
- name: wget localhost
run: |
wget --mirror --page-requisites --convert-links \
--no-parent -P downloaded-site https://localhost:8080/
--no-parent -P downloaded-site https://localhost:8080
- name: Execute tests
uses: joonvena/[email protected]
Expand Down

0 comments on commit 99e80a4

Please sign in to comment.