Skip to content

Commit b3fd59f

Browse files
committed
fix: only use script for installing
1 parent 9f07949 commit b3fd59f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
Working directory: $(pwd)
4444
EOF
4545
46-
- name: Install dependencies
47-
run: |
48-
npm ci
46+
# - name: Install dependencies
47+
# run: |
48+
# npm ci
4949
- uses: ./.github/actions/install-dependencies
5050
- name: Build and test scratch-gui
5151
working-directory: ./packages/scratch-gui

0 commit comments

Comments
 (0)