Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya-beat committed Oct 7, 2024
1 parent 7a97513 commit 0bf4991
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 "ls -la && /cppcourse/docker/run_tasks/run.sh"
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"

0 comments on commit 0bf4991

Please sign in to comment.