Skip to content

Commit

Permalink
ci: the --ignore-scripts option disables the sqlite3 install script.
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Buceta <frbuceta@gmail.com>
  • Loading branch information
frbuceta committed Jun 1, 2023
1 parent 8e1bb34 commit 3c7f36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci --ignore-scripts
run: npm ci
- name: Build
run: node packages/build/bin/compile-package -b
- name: Run package tests
Expand Down

0 comments on commit 3c7f36e

Please sign in to comment.