Skip to content

Commit 7132828

Browse files
committed
Update testing.yml
1 parent e222659 commit 7132828

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8-
- name: Install modules
9-
run: yarn
108
- name: Run tests
11-
run: cd course-matrix/frontend && yarn test
9+
run: cd course-matrix/frontend && yarn && yarn test

0 commit comments

Comments
 (0)