Skip to content

Commit c56b31c

Browse files
authored
Update test-build-workflow.yml
1 parent a84ac93 commit c56b31c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-build-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- shell: bash
10-
run: |
11-
npm i
12-
npm run build
9+
# - shell: bash
10+
# run: |
11+
# npm i
12+
# npm run build
1313

1414
- uses: actions/github-script@v6
1515
with:

0 commit comments

Comments
 (0)