Skip to content

Commit d3613fa

Browse files
authored
Update test-build-workflow.yml
1 parent 5fe0751 commit d3613fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

0 commit comments

Comments
 (0)