All integration tests back everywhere (too many failed CI).

This commit is contained in:
Nicolas Patry 2024-08-16 14:27:19 +02:00
parent cb0a29484d
commit e3f562999a
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -172,7 +172,7 @@ jobs:
group: ${{ needs.build-and-push.outputs.runs_on }}
if: needs.build-and-push.outputs.runs_on != 'ubuntu-latest'
env:
PYTEST_FLAGS: ${{ (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || inputs.release-tests == true) && '--release' || '' }}
PYTEST_FLAGS: ${{ (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || inputs.release-tests == true) && '--release' || '--release' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4