mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
Do not use npm ci for webchat
This commit is contained in:
parent
46f3bf6320
commit
a34addb891
7
.github/workflows/webchat-ci.yml
vendored
7
.github/workflows/webchat-ci.yml
vendored
@ -33,10 +33,9 @@ jobs:
|
||||
- name: "[js-waku] build"
|
||||
run: npm run build
|
||||
|
||||
- name: install using npm ci
|
||||
uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
working-directory: web-chat
|
||||
- name: install using npm i
|
||||
run: npm install
|
||||
working-directory: web-chat
|
||||
|
||||
- name: test
|
||||
run: npm run test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user