Skip to content

Commit

Permalink
adding upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 15, 2024
1 parent e3aff5f commit e795658
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ jobs:
with:
submodules: recursive

- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
#- name: Build the Docker image
# run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
- name: Build the Docker image via docker compose
run: docker compose build
- name: run the Docker tests
run: docker compose up
- name: Archive code coverage results
uses: meta-introspector/upload-artifact@v4
with:
name: strace.txt
path: strace.txt

0 comments on commit e795658

Please sign in to comment.