Skip to content

Commit 5aafff3

Browse files
author
mike dupont
committed
adding copy artifacts
1 parent aa43652 commit 5aafff3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
run: docker compose build
2525
- name: run the Docker tests
2626
run: docker compose up
27+
- name: docker cp strace.txt
28+
run: docker cp strace.txt:strace.txt
29+
- name: list files
30+
run: find .
2731
- name: Archive code coverage results
2832
uses: meta-introspector/upload-artifact@v4
2933
with:

0 commit comments

Comments
 (0)