Skip to content

Commit

Permalink
chore(): fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Jan 2, 2022
1 parent 7abf21a commit 86ea16c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ jobs:
run: |
yarn install --frozen-lockfile
yarn install --frozen-lockfile --cwd site
npx playwright install-deps
- name: run lint and tests
run: |
yarn lint
yarn typecheck
yarn test --ci
yarn e2e --ci
yarn e2e
- name: build site
run: |
Expand Down

0 comments on commit 86ea16c

Please sign in to comment.