Skip to content

Commit

Permalink
saving results
Browse files Browse the repository at this point in the history
  • Loading branch information
alishhde committed Dec 18, 2024
1 parent 47805e2 commit 2fb864a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@ jobs:

# Step 3: Run the Docker container
# This runs your entire project as defined by CMD in the Dockerfile
- name: Run the Docker container
run: docker run mzn-app "1:4-01"
- name: Run Docker container
run: docker run --rm -v ${{ github.workspace }}/res:/app/res mzn-app "1:4-01"

- name: Upload results
uses: actions/upload-artifact@v3
with:
name: mzn-results
path: ./res

0 comments on commit 2fb864a

Please sign in to comment.