Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolflu05 committed Apr 6, 2024
1 parent d841632 commit 8b8755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: |
cd /home/inventree${{ matrix.inventree-tag == 'latest' && '/src/backend' || '' }}
HOME=/root coverage run --omit="InvenTree/**" InvenTree/manage.py test inventree_bulk_plugin.tests.integration
echo $GITHUB_WORKSPACE > coverage_info
echo $GITHUB_WORKSPACE > /home/inventree${{ matrix.inventree-tag == 'latest' && '/src/backend' || '' }}/coverage_info
- name: Upload coverage
if: ${{ matrix.inventree-tag == 'latest' }}
Expand Down

0 comments on commit 8b8755d

Please sign in to comment.