Skip to content

Commit

Permalink
ci: set CI false when npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Oct 23, 2024
1 parent d44e18d commit 1fd838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g @kintone/cli
- run: CI=false npm install -g @kintone/cli
- run: cli-kintone --version

test-npx:
Expand Down

0 comments on commit 1fd838c

Please sign in to comment.