Skip to content

Commit 5968325

Browse files
committed
chore: update gitignore
1 parent 4bf438b commit 5968325

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/e2e.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ jobs:
1515
node-version: 16
1616
- name: Install dependencies
1717
run: npm ci
18+
- name: Build for preview
19+
run: npm run build-only
1820
- name: Install Playwright Browsers
1921
run: yarn playwright install --with-deps
2022
- name: Run Playwright tests
2123
run: npm run test:e2e
2224
- uses: actions/upload-artifact@v3
2325
if: always()
2426
with:
25-
name: playwright-report
26-
path: playwright-report/
27+
name: e2e-artifacts
28+
path: e2e-artifacts/
2729
retention-days: 30

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ coverage
3131
e2e-mobile-test-results
3232
e2e-desktop-test-results
3333
e2e-test-results
34+
e2e-artifacts
35+
e2e-desktop-artifacts
36+
e2e-mobile-artifacts
3437
.vite-inspect
3538
.rollup-inspect
3639
coverage

0 commit comments

Comments
 (0)