mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00: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 }}
|
||||
run-only-on-ubuntu-latest: false
|
||||
build-folder-name: build
|
||||
filter: ${{ matrix.build-type == 'Release' && 'not slow' || '(not slow) and (not opt_only)' }}
|
||||
|
||||
- name: Upload logs on failure
|
||||
if: failure()
|
||||
|
|
Loading…
Reference in a new issue