Skip to content

Commit

Permalink
FIX name
Browse files Browse the repository at this point in the history
  • Loading branch information
vanya-beat committed Oct 7, 2024
1 parent 54ef99f commit 585a414
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 @@ -80,7 +80,7 @@ jobs:
# 4. Run the Docker container and execute the script
- name: Run run.sh Script inside Docker Container
run: |
docker run --rm -v ${{ github.workspace }}:/cppcourse bmstu_cpp_course-bmstu:latest bash -c "/cppcourse/docker/runtasks/run.sh"
docker run --rm -v ${{ github.workspace }}:/cppcourse bmstu_cpp_course-bmstu:latest bash -c "/cppcourse/docker/run_tasks/run.sh"
# 5. (Optional) Bring down any Docker Compose services if previously started
#- name: Tear Down Docker Compose (if applicable)
Expand Down

0 comments on commit 585a414

Please sign in to comment.