Skip to content

Commit

Permalink
🔧 Fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
himynameisdave committed Sep 5, 2023
1 parent 11493d2 commit 0712ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Install
run: yarn install
- name: Lint
run: yarn test
run: yarn lint
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: yarn install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Test
run: yarn test

0 comments on commit 0712ce9

Please sign in to comment.