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 2efddc9 commit e222659Copy full SHA for e222659
.github/workflows/testing.yml
@@ -7,7 +7,5 @@ jobs:
7
- uses: actions/checkout@v2
8
- name: Install modules
9
run: yarn
10
- - name: Change directory
11
- run: cd course-matrix/frontend
12
- name: Run tests
13
- run: yarn test
+ run: cd course-matrix/frontend && yarn test
0 commit comments