Skip to content

Commit

Permalink
running all instances and all models
Browse files Browse the repository at this point in the history
  • Loading branch information
alishhde committed Dec 18, 2024
1 parent 2fb864a commit 1e7009f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# Step 3: Run the Docker container
# This runs your entire project as defined by CMD in the Dockerfile
- name: Run Docker container
run: docker run --rm -v ${{ github.workspace }}/res:/app/res mzn-app "1:4-01"
run: docker run --rm -v ${{ github.workspace }}/res:/app/res mzn-app "all-all"

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

0 comments on commit 1e7009f

Please sign in to comment.