Skip to content

Commit 758dcb5

Browse files
authored
chore: workflow update
1 parent 11468f1 commit 758dcb5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,15 @@ jobs:
2525
run: yarn install
2626
- name: Link step 1
2727
run: npm link
28-
- name: Link step 2
29-
run: cd testing-app
3028
- name: Link step 3
29+
working-directory: ./testing-app
3130
run: npm link @ryfylke-react/rtk-query-loader --force
3231
- name: Install testing-app
32+
working-directory: ./testing-app
3333
run: yarn install
3434
- name: Build the project
35+
working-directory: ./testing-app
3536
run: yarn run build
36-
- name: Test 1
37-
run: ls
38-
- name: Test 2
39-
run: npm run
4037
- name: Run tests
41-
run: npm test
38+
working-directory: ./testing-app
39+
run: yarn run test

0 commit comments

Comments
 (0)