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 03d1c2b commit 9a0f175
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
needs: build-and-run-container
runs-on: ubuntu-latest
steps:
- name: Verify in next job
run: |
docker ps
wget --mirror --page-requisites --convert-links \
--no-parent -P downloaded-site https://home-page-home-page-1:8080/
- name: wget the built website
run: |
wget --mirror --page-requisites --convert-links \
Expand Down

0 comments on commit 9a0f175

Please sign in to comment.