Skip to content

Commit

Permalink
fix wrong docker image in coverage steps (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Aug 6, 2024
1 parent ff71348 commit 92fc810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:

- name: Stop the coverage process
# Stopping the coverage process allows the code coverage to be written to disk
run: docker exec live_data_server-livedata1 /bin/bash -c "pkill coverage"
run: docker exec live_data_server-livedata-1 /bin/bash -c "pkill coverage"

- name: Copy code coverage out of docker container
run: docker cp live_data_server-livedata1:/var/www/livedata/app /tmp/
run: docker cp live_data_server-livedata-1:/var/www/livedata/app /tmp/

- name: Combine and show code coverage
shell: bash -l {0}
Expand Down

0 comments on commit 92fc810

Please sign in to comment.