diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85693a54..63b0e49b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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:" @@ -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 @@ -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