Skip to content

Commit 55bc119

Browse files
committed
ci: 👷 try with npm
1 parent 22a34c9 commit 55bc119

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/unit-test.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Tests: Unit'
1+
name: 'Tests: E2E'
22
on:
33
- push
44
- pull_request
@@ -12,12 +12,10 @@ jobs:
1212
version: 6.0.2
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
15-
- name: Install pnpm
16-
run: pnpm i
17-
- name: Build
18-
run: pnpm run build
19-
- name: Test
20-
run: pnpm run test:ci
15+
- name: install dependencies
16+
run: npm i && npm run build
17+
- name: npm run test:ci
18+
run: npm run test:ci
2119
env:
2220
PUBLIC_FATHOM_ID: ${{ secrets.PUBLIC_FATHOM_ID }}
23-
PUBLIC_FATHOM_URL: ${{ secrets.PUBLIC_FATHOM_URL }}
21+
PUBLIC_FATHOM_URL: ${{ secrets.PUBLIC_FATHOM_URL }}

0 commit comments

Comments
 (0)