Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya-beat committed Oct 8, 2024
1 parent 0bf4991 commit e483bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
- name: Run run.sh Script inside Docker Container
run: |
docker run --rm -v ${{ github.workspace }}:/cppcourse bmstu_cpp_course-bmstu:latest bash -c "cd /cppcourse && ls -la && cd .. && ./cppcourse/docker/run_tasks/run.sh"
docker run --rm -v ${{ github.workspace }}:/cppcourse bmstu_cpp_course-bmstu:latest bash -c "cd /cppcourse/artifacts && ls -la && cd .. && ./cppcourse/artifacts/docker/run_tasks/run.sh"

0 comments on commit e483bf4

Please sign in to comment.