Skip to content

Commit

Permalink
chore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kaandesu committed Apr 23, 2023
1 parent 4bf438b commit 5968325
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Build for preview
run: npm run build-only
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: npm run test:e2e
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
name: e2e-artifacts
path: e2e-artifacts/
retention-days: 30
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ coverage
e2e-mobile-test-results
e2e-desktop-test-results
e2e-test-results
e2e-artifacts
e2e-desktop-artifacts
e2e-mobile-artifacts
.vite-inspect
.rollup-inspect
coverage
Expand Down

0 comments on commit 5968325

Please sign in to comment.