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 7b0d59e commit 9e13918Copy full SHA for 9e13918
.github/workflows/pr.yml
@@ -148,8 +148,8 @@ jobs:
148
name: win-e2e-build-artifacts
149
path: |
150
dist/bin/tests/legacy-cli/**
151
- !dist/bin/tests/legacy-cli/*/e2e.*_*.runfiles
152
- dist/bin/tests/legacy-cli/*/e2e.*_*.bat.runfiles
+ !dist/bin/tests/legacy-cli/*/e2e.*_*.runfiles/**
+ dist/bin/tests/legacy-cli/*/e2e.*_*.bat.runfiles/**
153
!dist/bin/tests/legacy-cli/e2e.*saucelabs*/**
154
!dist/bin/tests/legacy-cli/e2e.*snapshots*/**
155
retention-days: 1
0 commit comments