Skip to content

Commit b4e8dd9

Browse files
committed
tmp: disable test cache everywhere
1 parent 671d6c1 commit b4e8dd9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
fi
385385
export TS_DEBUG_DISCO=true
386386
TEST_RETRIES="--rerun-fails=2"
387-
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
387+
if [ true ]; then
388388
# on main, run tests without retries
389389
TEST_RETRIES=""
390390
fi
@@ -564,7 +564,7 @@ jobs:
564564
fi
565565
566566
TEST_RETRIES="--rerun-fails=2 --rerun-fails-max-failures=50"
567-
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
567+
if [ true ]; then
568568
# on main, run tests without retries
569569
TEST_RETRIES=""
570570
fi
@@ -649,7 +649,7 @@ jobs:
649649
TS_DEBUG_DISCO: "true"
650650
run: |
651651
export TEST_RETRIES="2"
652-
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
652+
if [ true ]; then
653653
# on main, run tests without retries
654654
export TEST_RETRIES=""
655655
fi
@@ -703,7 +703,7 @@ jobs:
703703
- name: Run Tests
704704
run: |
705705
TEST_RETRIES="--rerun-fails=2 --rerun-fails-abort-on-data-race"
706-
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
706+
if [ true ]; then
707707
# on main, run tests without retries
708708
TEST_RETRIES=""
709709
fi
@@ -759,7 +759,7 @@ jobs:
759759
POSTGRES_VERSION: "17"
760760
run: |
761761
TEST_RETRIES="--rerun-fails=2 --rerun-fails-abort-on-data-race"
762-
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
762+
if [ true ]; then
763763
# on main, run tests without retries
764764
TEST_RETRIES=""
765765
fi
@@ -893,7 +893,7 @@ jobs:
893893
- name: Run Tests with Premium License
894894
run: |
895895
# Only retry on PRs, not on main
896-
if [ "${{ github.ref }}" != "refs/heads/main" ]; then
896+
if [ false ]; then
897897
export CODER_E2E_TEST_RETRIES=2
898898
fi
899899
pnpm playwright:test --forbid-only --workers 1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy