mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
fix(test): Apply pytest filter to regression tests as well (#2589)
This commit is contained in:
parent
4e3be726c5
commit
165adc8f87
1 changed files with 1 additions and 0 deletions
1
.github/workflows/regression-tests.yml
vendored
1
.github/workflows/regression-tests.yml
vendored
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue