Skip to content

Commit 190c1df

Browse files
committedFeb 11, 2024
Fix ci.yml
1 parent 2528713 commit 190c1df

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎.github/workflows/ci.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- name: Run install
8-
uses: borales/actions-yarn@v4
9-
with:
10-
cmd: install
7+
- uses: actions/checkout@v3
8+
- name: Install modules
9+
run: yarn
1110
- name: Run tests
12-
uses: borales/actions-yarn@v4
13-
with:
14-
cmd: test
11+
run: yarn test

0 commit comments

Comments
 (0)