Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Oct 17, 2023
1 parent 89599dd commit 58654fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
run: yarn
- name: Run eslint
run: yarn run eslint
integration:
Expand All @@ -40,9 +40,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --frozen-lockfile --unsafe-perm --production
run: yarn --unsafe-perm --production
- name: Install dependencies playground
run: yarn playground:install --frozen-lockfile --unsafe-perm
run: yarn playground:install --unsafe-perm
- name: Build playground
run: yarn playground:build
- name: Run test
Expand Down

0 comments on commit 58654fc

Please sign in to comment.