Skip to content

Commit a1fe2ff

Browse files
committed
Also test run.sh
1 parent a6c59dc commit a1fe2ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/docker-pull.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ jobs:
1818
- name: Run the Docker image
1919
run: |
2020
# Don't build. Will be pulled when run below
21+
./run.sh
22+
23+
- name: Info on Docker images
24+
run: |
25+
docker -v
26+
docker images
27+
28+
- name: Run the Docker image - no c302
29+
run: |
30+
# Shouldn't need to pull again.
31+
./stop.sh
2132
./run-quick.sh
2233
2334
- name: Info on Docker images

0 commit comments

Comments
 (0)