Skip to content

Commit 600d098

Browse files
committed
Update test.yml
1 parent 8c24d64 commit 600d098

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- name: install dependencies
1414
run: npm ci
1515
build:
16-
- name: test Check
17-
run: npm test
18-
- name: build
19-
run: npm run build
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: test Check
19+
run: npm test
20+
- name: build
21+
run: npm run build

0 commit comments

Comments
 (0)