8000 test: Run tests against django main branch by marksweb · Pull Request #7650 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

test: Run tests against django main branch #7650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Output django version
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
  • Loading branch information
marksweb and fsbraun authored Sep 20, 2023
commit cd2cf9a1bdce47cf81bc436a9455977aa093f4bd
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ jobs:

- name: Test with django test runner
run: |
python -c "from django import __version__ ; print(f'Django version {__version__}')"
python -c "from django import __version__ ; print(f'Django version {__version__}')"
python manage.py test
env:
Expand Down
0