Skip to content

Commit

Permalink
polystat#35 - fixed dicker run
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Nov 24, 2022
1 parent b783a8c commit 7adbeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Copy c2o.cooperators
run: bash copy.sh
- name: Run the Docker image
run: docker run -v $(pwd):/eo yegor256/c2eo:0.1.24 examples/hello.c out/global.eo
run: docker run -v $(pwd):/eo yegor256/c2eo:0.1.24 examples/div-by-zero.c out/global.eo
- name: Check out/global.eo
run: |
ls -la out
Expand Down

0 comments on commit 7adbeb3

Please sign in to comment.