We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25821ec commit 6823f5eCopy full SHA for 6823f5e
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install dependencies
47
run: |
48
npm ci
49
-
+ - uses: ./.github/actions/install-dependencies
50
- name: Build and test scratch-gui
51
working-directory: ./packages/scratch-gui
52
0 commit comments