Skip to content

Commit 135aa5d

Browse files
TylerJDevCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c1eb316 commit 135aa5d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
run: |
1414
npm install
1515
npm run build --if-present
16-
npm test
16+
run: |
17+
npm install
18+
npm run build --if-present
19+
npm test
1720
env:
1821
CI: true
1922

0 commit comments

Comments
 (0)