Skip to content

Commit

Permalink
Update build-and-test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 22, 2024
1 parent 7a5fcaf commit 6ba29f3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: npm ci --no-audit
env:
HUSKY_SKIP_INSTALL: true

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

- name: Build and run all tests
run: |
npm ci
npm run build
npm run bundlesize
npm run test:unit:coverage
Expand Down

0 comments on commit 6ba29f3

Please sign in to comment.