Skip to content

Commit abeff06

Browse files
committed
fix: update path for e2e videos
1 parent ef52f6c commit abeff06

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,11 @@ jobs:
350350
if: always()
351351
uses: actions/upload-artifact@v2
352352
with:
353-
name: test-videos
354-
path: ./test/e2e/videos
353+
name: failed-test-videos
354+
path: ./test/test-results
355355

356356
- name: Remove release packages and test artifacts
357-
run: rm -rf ./release-packages ./test/e2e/videos
357+
run: rm -rf ./release-packages ./test/test-results
358358

359359
docker-amd64:
360360
runs-on: ubuntu-latest

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ node-*
1616
.home
1717
coverage
1818
**/.DS_Store
19-
test/e2e/videos
20-
test/e2e/screenshots
19+
# Failed e2e test videos are saved here
20+
test/test-results

0 commit comments

Comments
 (0)