Skip to content

Commit 65e8a86

Browse files
committed
Again
1 parent 52808f3 commit 65e8a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ jobs:
2020
- name: Install packages
2121
run: yarn
2222

23-
- name: Run Typescript Checks
23+
- name: Run Lint
2424
run: yarn lint
2525

2626
- name: Run Tests
27-
run: yarn test
27+
run: yarn test:ci
2828

2929
- name: Coveralls
3030
uses: coverallsapp/github-action@master
3131
with:
3232
github-token: ${{ secrets.COVERALLS_GITHUB_TOKEN }}
3333

34-
- name: Build
34+
- name: Create Build
3535
run: yarn build
3636

3737

0 commit comments

Comments
 (0)