Skip to content

Commit 6902ce8

Browse files
authored
chore: Workflow update
1 parent a9521bc commit 6902ce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- name: Install package
25-
run: npm install
25+
run: yarn install
2626
- name: Link step 1
2727
run: npm link
2828
- name: Link step 2
2929
run: cd testing-app
3030
- name: Link step 3
3131
run: npm link @ryfylke-react/rtk-query-loader
3232
- name: Install testing-app
33-
run: npm install
33+
run: yarn install
3434
- name: Build the project
35-
run: npm run build --if-present
35+
run: yarn run build --if-present
3636
- name: Run tests
37-
run: npm test
37+
run: yarn run test

0 commit comments

Comments
 (0)