Skip to content

Commit db5ba62

Browse files
committed
in parallel with tests
1 parent f0d12df commit db5ba62

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,15 @@ jobs:
5656
run: yarn lint
5757
env:
5858
CI: true
59+
60+
test:
61+
runs-on: ubuntu-latest
62+
needs: [install]
63+
64+
steps:
65+
- name: Running tests
66+
uses: actions/checkout@v2
67+
- name: Test
68+
run: yarn test
69+
env:
70+
CI: true

0 commit comments

Comments
 (0)