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 11468f1 commit 758dcb5Copy full SHA for 758dcb5
.github/workflows/run-tests.yml
@@ -25,17 +25,15 @@ jobs:
25
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
+ working-directory: ./testing-app
31
run: npm link @ryfylke-react/rtk-query-loader --force
32
- name: Install testing-app
33
34
- name: Build the project
35
36
run: yarn run build
- - name: Test 1
37
- run: ls
38
- - name: Test 2
39
- run: npm run
40
- name: Run tests
41
- run: npm test
+ run: yarn run test
0 commit comments