Skip to content

Commit 802ba7c

Browse files
committed
changed action
1 parent 3435313 commit 802ba7c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/blank.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12-
- name: Run a one-line script
13-
run: |
14-
npm install
15-
npm run build
16-
npm run test
12+
- name: install dependencies
13+
run: npm install
14+
- name: run build
15+
run: npm run build
16+
- name: run test
17+
run: npm run test

0 commit comments

Comments
 (0)