Skip to content

Commit c69425f

Browse files
committed
ci(github): fix workflow
1 parent 7bf78e5 commit c69425f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
with:
1919
node-version: 16.x
2020
cache: 'yarn'
21-
- run: yarn install --frozen-lockfile
21+
run: yarn install --frozen-lockfile
2222
- name: Run Linter
23-
- run: yarn lint
23+
run: yarn lint
2424
- name: Test
25-
- run: yarn test
25+
run: yarn test
2626
- name: Upload coverage report to Codecov
2727
uses: codecov/codecov-action@v2.1.0
2828
with:

0 commit comments

Comments
 (0)