Skip to content

Commit

Permalink
Fix indent in ci yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Nov 4, 2024
1 parent 98db8e3 commit 7bdf7ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
node-version: '18.17.0'

- run: |
npm ci
npm test
npm ci
npm test
- uses: JS-DevTools/npm-publish@4b07b26a2f6e0a51846e1870223e545bae91c552
if: github.event_name == 'release'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
node-version: '18.17.0'

- run: |
node --version
npm --version
npm ci
npm run build
npm test
node --version
npm --version
npm ci
npm run build
npm test

0 comments on commit 7bdf7ad

Please sign in to comment.