Skip to content

Commit

Permalink
Revert "Add df commands to CI"
Browse files Browse the repository at this point in the history
This reverts commit 1ad1bc2.
Accidentally pushed to main.
  • Loading branch information
amstilp committed Oct 19, 2023
1 parent 1ad1bc2 commit 54d0e57
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ jobs:
python -m pip install --upgrade tox tox-gh-actions
- name: Test with tox
run: |
df
tox
df
run: tox
env:
DBBACKEND: sqlite3
DBNAME: ":memory:"
Expand Down Expand Up @@ -108,10 +105,7 @@ jobs:
- name: Test with tox - 10.3
if: ${{ matrix.mariadb-version == '10.3' }}
run: |
df
tox --skip-env ".+?-django42-mysql"
df
run: tox --skip-env ".+?-django42-mysql"
env:
DBBACKEND: mysql
DBNAME: test
Expand All @@ -121,10 +115,7 @@ jobs:

- name: Test with tox - not 10.3
if: ${{ matrix.mariadb-version != '10.3' }}
run: |
df
tox
df
run: tox
env:
DBBACKEND: mysql
DBNAME: test
Expand Down

0 comments on commit 54d0e57

Please sign in to comment.