Skip to content

Commit

Permalink
make sure gha tests are run with --ci option
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 28, 2024
1 parent b4a9337 commit 9ddbfe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pdm install -v --dev

- name: Run tests
run: pdm run pytest tests/
run: pdm run pytest tests/ --ci

- name: Create GitHub release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
pdm install -v --dev
pdm add "Django==${{ matrix.django-version }}"
- name: Run tests
run: pdm run pytest tests/
run: pdm run pytest tests/ --ci

0 comments on commit 9ddbfe0

Please sign in to comment.