Skip to content

Commit 1efdb72

Browse files
committed
add docker inspect workflow step
1 parent e2b83ad commit 1efdb72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
run: |
6464
docker run -di --name orphan app:latest
6565
66+
- name: Inspect Nano Container
67+
shell: pwsh
68+
run: |
69+
docker inspect orphan
70+
6671
- name: Nano Container - Configure CMake Project
6772
shell: pwsh
6873
run: |

0 commit comments

Comments
 (0)