mirror of
https://github.com/Kong/insomnia.git
synced 2026-05-19 06:12:37 -04:00
4
.github/workflows/test-cli.yml
vendored
4
.github/workflows/test-cli.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: ".nvmrc"
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Install node version of node-libcurl for inso tests
|
||||
run: node_modules/.bin/node-pre-gyp install --update-binary --directory node_modules/@getinsomnia/node-libcurl
|
||||
|
||||
- name : Build Inso
|
||||
- name: Build Inso
|
||||
run: npm run build -w insomnia-inso
|
||||
|
||||
- name: Run Inso unit tests
|
||||
|
||||
Reference in New Issue
Block a user