Skip to content

Commit

Permalink
ci: fix server test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Jul 17, 2023
1 parent 9393de9 commit 3a2f47c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
coverage run manage.py test
- name: Upload coverage reports from all runners
uses: actions/upload-artifact@v3
working-directory: ./server
with:
name: coverage-data
path: ${{ github.workspace }}/.coverage.*
Expand Down

0 comments on commit 3a2f47c

Please sign in to comment.