Skip to content

Commit

Permalink
Merge pull request #352 from ionut-arm/cov-fix
Browse files Browse the repository at this point in the history
Fix code coverage docker command
  • Loading branch information
ionut-arm committed Mar 2, 2021
2 parents cc44a53 + 0627b12 commit fc05263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Build the container
run: docker build -t all-providers e2e_tests/provider_cfg/all
- name: Run the container to execute the test script
run: docker run -v $(pwd):/tmp/parsec -w /tmp/parsec --security-opt seccomp=unconfined all-providers /tmp/parsec/ci.sh coverage
run: docker run -v $(pwd):/tmp/parsec -w /tmp/parsec --security-opt seccomp=unconfined -e CI=true all-providers /tmp/parsec/ci.sh coverage

0 comments on commit fc05263

Please sign in to comment.