Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit d79d705

Browse files
committed
Boyscout: cleanup github actions
1 parent d2285c9 commit d79d705

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: 12.x
20-
run: npm install
21-
run: npm run build --if-present
22-
run: npm run test:prod
23-
run: npm run test:integration
20+
- run: npm install
21+
- run: npm run build --if-present
22+
- run: npm run test:prod
23+
- run: npm run test:integration

0 commit comments

Comments
 (0)