Skip to content

Commit

Permalink
removed post install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jul 26, 2024
1 parent 577d68f commit 9aaa35c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/javascript-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --immutable
run: yarn install --immutable --mode skip-build
- run: yarn run postinstall
- run: yarn run ${{ matrix.command }}

conclude:
Expand Down

0 comments on commit 9aaa35c

Please sign in to comment.