Skip to content

Commit fc5dab8

Browse files
authored
ci action test#3
1 parent 05f33f1 commit fc5dab8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
name: run all tests
1313
runs-on: ubuntu-18.04
1414
steps:
15-
- name: setup-and-test
16-
run: |
17-
sh ./setup_dev.sh
18-
sh ./run_tests.sh
15+
- uses: actions/checkout@v2
16+
- name: setup
17+
run: sh ./setup_dev.sh
18+
- name: test
19+
run: sh ./run_tests.sh

0 commit comments

Comments
 (0)