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 758dcb5 commit 2ede4c4Copy full SHA for 2ede4c4
.github/workflows/run-tests.yml
@@ -25,15 +25,12 @@ jobs:
25
run: yarn install
26
- name: Link step 1
27
run: npm link
28
- - name: Link step 3
+ - name: Link step 2
29
working-directory: ./testing-app
30
run: npm link @ryfylke-react/rtk-query-loader --force
31
- name: Install testing-app
32
33
34
- - name: Build the project
35
- working-directory: ./testing-app
36
- run: yarn run build
37
- name: Run tests
38
39
run: yarn run test
0 commit comments