Skip to content

Commit

Permalink
use another env method
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 14, 2024
1 parent 8a62fad commit 816d411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
output=$($CONDA/bin/nf-test coverage --silent | grep -vE "^(Load|Warning|Files)")
echo $output
echo "files_output=$(echo $output | grep ' •'" >> $GITHUB_ENV
echo "coverage_output=$(echo $output | grep 'COVERAGE'" >> $GITHUB_ENV
echo "files_output=$(echo $output | grep ' •')" >> $GITHUB_ENV
echo "coverage_output=$(echo $output | grep 'COVERAGE')" >> $GITHUB_ENV
- name: Comment coverage
uses: bubkoo/auto-comment@v1
Expand Down

0 comments on commit 816d411

Please sign in to comment.