Skip to content

Commit 586bc17

Browse files
committed
ci(github): fix workflow
1 parent c69425f commit 586bc17

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
with:
1919
node-version: 16.x
2020
cache: 'yarn'
21-
run: yarn install --frozen-lockfile
22-
- name: Run Linter
23-
run: yarn lint
24-
- name: Test
25-
run: yarn test
21+
- run: yarn install --frozen-lockfile
22+
- run: yarn lint
23+
- run: yarn test
2624
- name: Upload coverage report to Codecov
2725
uses: codecov/[email protected]
2826
with:

0 commit comments

Comments
 (0)