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 2392e9d commit d2417d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,8 @@ jobs:

# 4. Run the Docker container and execute the script
- name: Run run.sh Script inside Docker Container
env:
GITHUBWORKSPACE: ${{ github.workspace }}
run: |
docker run --rm -v "${GITHUBWORKSPACE}:/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/runtasks/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 d2417d2

Please sign in to comment.