Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 34da684

Browse files
authored
Update node.js.yml
1 parent 6f51092 commit 34da684

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
branches: [ "main" ]
99
pull_request:
1010
branches: [ "main" ]
11-
11+
workflow_dispatch:
12+
1213
jobs:
1314
build:
1415

@@ -28,4 +29,4 @@ jobs:
2829
cache: 'npm'
2930
- run: npm ci
3031
- run: npm run build --if-present
31-
- run: npm test
32+
# - run: npm test

0 commit comments

Comments
 (0)