Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jul 29, 2024
1 parent 4bede97 commit 51a184d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11']
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
requirements-file: [
django-2.2.txt,
django-3.2.txt,
django-4.2.txt,
django-5.0.txt,
Expand All @@ -19,8 +18,6 @@ jobs:
ubuntu-20.04,
]
exclude:
- requirements-file: django-5.0.txt
python-version: 3.8
- requirements-file: django-5.0.txt
python-version: 3.9

Expand All @@ -37,7 +34,7 @@ jobs:
python setup.py install
- name: Run coverage
run: coverage run setup.py test
run: coverage run ./test_settings.py

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
3 changes: 3 additions & 0 deletions djangocms_admin_style/sass/components/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ body {
margin-block-end: 20px !important;
}
}
.skip-to-content-link {
display: none; // hide skip to main content link in newer django admin versions
}
}


Expand Down

Large diffs are not rendered by default.

File renamed without changes.

0 comments on commit 51a184d

Please sign in to comment.