fix(test): Apply pytest filter to regression tests as well (#2589)

This commit is contained in:
Shahar Mike 2024-02-14 12:27:29 +02:00 committed by GitHub
parent 4e3be726c5
commit 165adc8f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,7 @@ jobs:
gspace-secret: ${{ secrets.GSPACES_BOT_DF_BUILD }} gspace-secret: ${{ secrets.GSPACES_BOT_DF_BUILD }}
run-only-on-ubuntu-latest: false run-only-on-ubuntu-latest: false
build-folder-name: build build-folder-name: build
filter: ${{ matrix.build-type == 'Release' && 'not slow' || '(not slow) and (not opt_only)' }}
- name: Upload logs on failure - name: Upload logs on failure
if: failure() if: failure()