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 ad65bbe commit 434169dCopy full SHA for 434169d
.github/workflows/tests.yml
@@ -58,13 +58,7 @@ jobs:
58
run: yarn playground:install
59
- name: Build the playground
60
run: yarn playground:build
61
- # We allow the unit tests to fail the first time around.
62
- # For some reason they always fail the first time.
63
- - name: Run unit tests (allow failures)
64
- run: yarn test:unit || exit 0
65
- # Then we run the test again, but this time we disallow failures.
66
- # This way we can see the actual error messages.
67
- - name: Run unit tests (disallow failures)
+ - name: Run unit tests
68
run: yarn test:unit
69
- name: Run integration tests
70
run: yarn test:integration
0 commit comments