Skip to content

Commit fe1a4dd

Browse files
committed
ci: fix accidental change to CI workflow
Thanks, WebStorm.
1 parent ea16297 commit fe1a4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
with:
3030
node-version: ${{matrix.node-version}}
3131
- run: yarn
32-
- run: yarn test-projects
32+
- run: yarn test
3333
- run: yarn lint
3434
deploy:
3535
name: Deploy
3636
runs-on: ubuntu-latest
37-
needs: build-and-test-projects
37+
needs: build-and-test
3838
steps:
3939
- name: Find yarn cache
4040
id: find-yarn-cache

0 commit comments

Comments
 (0)