We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9521bc commit 6902ce8Copy full SHA for 6902ce8
.github/workflows/run-tests.yml
@@ -22,16 +22,16 @@ jobs:
22
with:
23
node-version: ${{ matrix.node-version }}
24
- name: Install package
25
- run: npm install
+ run: yarn install
26
- name: Link step 1
27
run: npm link
28
- name: Link step 2
29
run: cd testing-app
30
- name: Link step 3
31
run: npm link @ryfylke-react/rtk-query-loader
32
- name: Install testing-app
33
34
- name: Build the project
35
- run: npm run build --if-present
+ run: yarn run build --if-present
36
- name: Run tests
37
- run: npm test
+ run: yarn run test
0 commit comments