Skip to content

Commit

Permalink
Error in name of test report for CPP github action
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 25, 2024
1 parent 46843f1 commit 98c2b3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runcpptest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-report_${{ matrix.compiler }}_${{ matrix.core }}
path: ${{ matrix.compiler }}_results/errors_${{ matrix.compiler }}.txt
path: ${{ matrix.compiler }}_results/errors_${{ matrix.core }}.txt


- name: Check error
run: |
cd dsppp
echo "Checking output..."
test "$(cat ${{ matrix.compiler }}_results/errors_${{ matrix.compiler }}.txt | wc -l)" -eq 0
test "$(cat ${{ matrix.compiler }}_results/errors_${{ matrix.core }}.txt | wc -l)" -eq 0

0 comments on commit 98c2b3f

Please sign in to comment.