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 e222659 commit 7132828Copy full SHA for 7132828
.github/workflows/testing.yml
@@ -5,7 +5,5 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v2
8
- - name: Install modules
9
- run: yarn
10
- name: Run tests
11
- run: cd course-matrix/frontend && yarn test
+ run: cd course-matrix/frontend && yarn && yarn test
0 commit comments