Skip to content

Commit e222659

Browse files
committed
Update testing.yml
1 parent 2efddc9 commit e222659

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
@@ -7,7 +7,5 @@ jobs:
77
- uses: actions/checkout@v2
88
- name: Install modules
99
run: yarn
10-
- name: Change directory
11-
run: cd course-matrix/frontend
1210
- name: Run tests
13-
run: yarn test
11+
run: cd course-matrix/frontend && yarn test

0 commit comments

Comments
 (0)