Skip to content

Commit 5fe0751

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ on:
33

44
jobs:
55
job1:
6-
runs-on: ubuntu-latest
7-
8-
steps:
6+
runs-on: ubuntu-latest
7+
steps:
98
- uses: actions/checkout@v3
109
- run: npm i
1110
- run: npm run build

0 commit comments

Comments
 (0)