Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson authored Mar 5, 2021
1 parent e18aecd commit 970dca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- uses: docker-practice/actions-setup-docker@v1
- run: docker build -t devosoft/empirical .
- run: docker ps -a
- run: sudo docker run devosoft/empirical /bin/bash -c "cd /opt/Empirical/doc && make html coverage | ./headtail.sh && test ${PIPESTATUS[0]} -eq 0"
- run: sudo docker run devosoft/empirical /bin/bash -c "set -o pipefail && cd /opt/Empirical/doc && make html coverage | ./headtail.sh"
- uses: actions/upload-artifact@v2
with:
name: doc-coverage
Expand Down

0 comments on commit 970dca7

Please sign in to comment.