Skip to content

Commit

Permalink
trying to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnsantoss committed Mar 7, 2024
1 parent 54c2099 commit 6d38a89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build site
run: npm run build

- name: Test
run: CI=true npm run test-vite:coverage

Expand Down Expand Up @@ -67,6 +70,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build site
run: npm run build

- name: Install Playwright
run: npx playwright install

Expand Down Expand Up @@ -110,5 +116,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build site
run: npm run build

- name: Lint Code
run: npm run lint

0 comments on commit 6d38a89

Please sign in to comment.