Skip to content

Commit

Permalink
fix: fix steps in CI test (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Nov 25, 2024
1 parent 00dba75 commit 1ec7b3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: yarn install
- name: Build
run: yarn run build
- name: Test
run: yarn test
- name: Build webextension (Chrome)
run: npm run dist chrome
if: matrix.os == 'ubuntu-latest'
working-directory: packages/webextension
- name: Test
run: yarn test

0 comments on commit 1ec7b3f

Please sign in to comment.