Skip to content

Commit

Permalink
chore: name CI steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 10, 2023
1 parent dfec123 commit c2f6127
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
- run: |
npm ci
npm run build
- name: Install packages
run: npm ci
- name: Build
run: npm run build
- name: Test
run: |
if [ "${{ runner.os }}" == "Windows" ]; then
npm test
else
Expand Down

0 comments on commit c2f6127

Please sign in to comment.