Skip to content

Commit

Permalink
ci: i SAID the FAILING JOB
Browse files Browse the repository at this point in the history
  • Loading branch information
Fayti1703 committed Apr 26, 2024
1 parent 8f0b29e commit 6a3987e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
uses: actions/checkout@v3
- name: Prepare .NET tools
run: |
ls
ls BinaryMatrixPlayer
cd BinaryMatrixPlayer/BinaryMatrixEngine.Tests
dotnet tool restore
- name: Run Tests with Coverage
id: run_tests
continue-on-error: true
run: |
ls
ls BinaryMatrixPlayer
cd BinaryMatrixPlayer/BinaryMatrixEngine.Tests
dotnet dotCover cover-dotnet --Output=$HOME/coverage.report -- test
- name: Produce Coverage Report
Expand Down

0 comments on commit 6a3987e

Please sign in to comment.