Skip to content

Commit

Permalink
Merge branch 'master' into feat/prefetched-version-objects
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Jul 29, 2024
2 parents 5427cc2 + 5bc66e5 commit a6ddadf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,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@v4
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
python setup.py install
- name: Run coverage
run: coverage run setup.py test
run: coverage run ./test_settings.py
env:
DATABASE_URL: postgres://postgres:[email protected]/postgres

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
python setup.py install
- name: Run coverage
run: coverage run setup.py test
run: coverage run ./test_settings.py
env:
DATABASE_URL: mysql://[email protected]/djangocms_test

Expand Down Expand Up @@ -158,7 +158,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@v4
Expand Down Expand Up @@ -194,7 +194,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@v4
2 changes: 1 addition & 1 deletion tests/requirements/dj32_cms41.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements_base.txt

django-cms>=4.1.0rc2
django-cms>=4.1,<4.2

Django>=3.2,<4.0
django-classy-tags
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/dj40_cms41.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements_base.txt

django-cms>=4.1.0rc2
django-cms>=4.1,<4.2

Django>=4.0,<4.1
django-classy-tags
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/dj41_cms41.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements_base.txt

django-cms>=4.1.0rc2
django-cms>=4.1,<4.2

Django>=4.1,<4.2
django-classy-tags
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/dj42_cms41.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements_base.txt

django-cms>=4.1.0rc2
django-cms>=4.1,<4.2

Django>=4.2,<5
django-classy-tags
Expand Down

0 comments on commit a6ddadf

Please sign in to comment.