Skip to content

Commit 7cfed55

Browse files
committed
fix: typos in the ci
1 parent f6edbe1 commit 7cfed55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
run: cd playground && yarn install --unsafe-perm
5656
- name: Build playground
5757
run: yarn playground:build
58-
- name: Run unit tests
59-
run: yarn test:unit
60-
- name: Run end-to-end tests
58+
- name: Run Jest tests
59+
run: yarn test:jest
60+
- name: Run Cypress tests
6161
uses: cypress-io/github-action@v6
6262
with:
6363
start: yarn playground:build-and-start

0 commit comments

Comments
 (0)