Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk committed Jan 30, 2024
1 parent fdeba4a commit 87fd9e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,11 @@ jobs:
- name: Prettier
run: npm run format:check

- name: Tests
- name: Unit tests
run: npm run test

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: e2e tests
run: npm run e2e
27 changes: 0 additions & 27 deletions .github/workflows/playwright.yml

This file was deleted.

0 comments on commit 87fd9e2

Please sign in to comment.