Skip to content

Commit 8c53c2e

Browse files
committed
disable npm install in QA
1 parent 70abb3a commit 8c53c2e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tempest-app-quality-control.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ jobs:
2626
coverage: pcov
2727

2828
- name: Install dependencies
29-
run: |
30-
composer update
31-
# npm i
32-
# npm run dev
29+
run: composer update
3330
- name: List Installed Dependencies
3431
run: composer show -D
3532

0 commit comments

Comments
 (0)