Skip to content

Commit

Permalink
adding copy artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 15, 2024
1 parent aa43652 commit 5aafff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: docker compose build
- name: run the Docker tests
run: docker compose up
- name: docker cp strace.txt
run: docker cp strace.txt:strace.txt
- name: list files
run: find .
- name: Archive code coverage results
uses: meta-introspector/upload-artifact@v4
with:
Expand Down

0 comments on commit 5aafff3

Please sign in to comment.