Skip to content

Commit 434169d

Browse files
committed
chore: remove duplicate test execution in the pipeline
1 parent ad65bbe commit 434169d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,7 @@ jobs:
5858
run: yarn playground:install
5959
- name: Build the playground
6060
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)
61+
- name: Run unit tests
6862
run: yarn test:unit
6963
- name: Run integration tests
7064
run: yarn test:integration

0 commit comments

Comments
 (0)