Skip to content

Commit

Permalink
Update GitHub Actions workflow for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing committed Jan 28, 2024
1 parent d87e2c3 commit 8d21d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
with:
key: docker-${{ hashFiles('docker-compose.ci.yml') }}
- run: just test
- uses: codecov/codecov-action@v4-beta
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
working-directory: ./backend/app/
directory: ./backend/app/
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 8d21d8e

Please sign in to comment.