We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a859174 commit 7b0d59eCopy full SHA for 7b0d59e
.github/workflows/pr.yml
@@ -150,8 +150,8 @@ jobs:
150
dist/bin/tests/legacy-cli/**
151
!dist/bin/tests/legacy-cli/*/e2e.*_*.runfiles
152
dist/bin/tests/legacy-cli/*/e2e.*_*.bat.runfiles
153
- !dist/bin/tests/legacy-cli/*/e2e.*saucelabs*
154
- !dist/bin/tests/legacy-cli/*/e2e.*snapshots*
+ !dist/bin/tests/legacy-cli/e2e.*saucelabs*/**
+ !dist/bin/tests/legacy-cli/e2e.*snapshots*/**
155
retention-days: 1
156
if-no-files-found: 'error'
157
0 commit comments