Skip to content

Commit

Permalink
Also test run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Nov 16, 2023
1 parent a6c59dc commit a1fe2ff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
- name: Run the Docker image
run: |
# Don't build. Will be pulled when run below
./run.sh
- name: Info on Docker images
run: |
docker -v
docker images
- name: Run the Docker image - no c302
run: |
# Shouldn't need to pull again.
./stop.sh
./run-quick.sh
- name: Info on Docker images
Expand Down

0 comments on commit a1fe2ff

Please sign in to comment.