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 34978f1 commit f64fe07Copy full SHA for f64fe07
.github/workflows/run-tests.yml
@@ -32,6 +32,6 @@ jobs:
32
- name: Install testing-app
33
run: yarn install
34
- name: Build the project
35
- run: yarn run build --if-present
+ run: yarn run build
36
- name: Run tests
37
run: yarn run test
0 commit comments