Skip to content

Commit 2ede4c4

Browse files
authored
chore: workflow update
1 parent 758dcb5 commit 2ede4c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ jobs:
2525
run: yarn install
2626
- name: Link step 1
2727
run: npm link
28-
- name: Link step 3
28+
- name: Link step 2
2929
working-directory: ./testing-app
3030
run: npm link @ryfylke-react/rtk-query-loader --force
3131
- name: Install testing-app
3232
working-directory: ./testing-app
3333
run: yarn install
34-
- name: Build the project
35-
working-directory: ./testing-app
36-
run: yarn run build
3734
- name: Run tests
3835
working-directory: ./testing-app
3936
run: yarn run test

0 commit comments

Comments
 (0)