Skip to content

Commit

Permalink
Ignore yarn postinstall scripts+attempt to set correct submodule commits
Browse files Browse the repository at this point in the history
  • Loading branch information
poltak committed Feb 8, 2024
1 parent 61da4ef commit f1fab6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Pull submodules
run: git submodule update --init --recursive --remote
run: git submodule update --init --recursive --remote --checkout

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'

- run: yarn
- run: yarn install --ignore-scripts
- run: yarn test

0 comments on commit f1fab6b

Please sign in to comment.