Skip to content

Commit

Permalink
adds verbose flag to npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
americk0 committed Nov 6, 2024
1 parent 4452ee0 commit af306ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
env:
REFRESH_TOKEN: ${{ secrets.ALKS_REFRESH_TOKEN }}
USERNAME: ${{ secrets.ALKS_USER }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

jobs:
build_and_test:
Expand All @@ -30,10 +29,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
token: ${{ secrets.NPM_TOKEN }}
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
run: npm ci --verbose
- run: npm run build --if-present
- name: Run tests
run: npm test -- --no-watch
Expand Down

0 comments on commit af306ac

Please sign in to comment.