File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Install Bun
2424 uses : oven-sh/setup-bun@v2
25+ with :
26+ bun-version : canary
2527
2628 - name : Use cached node_modules
2729 uses : actions/cache@v4
4547
4648 - name : Install Bun
4749 uses : oven-sh/setup-bun@v2
50+ with :
51+ bun-version : canary
4852
4953 - name : Use cached node_modules
5054 uses : actions/cache@v4
@@ -62,14 +66,14 @@ jobs:
6266
6367 test :
6468 runs-on : ubuntu-latest
65- env :
66- KRUSTY_CI_DEBUG : ' 1'
6769
6870 steps :
6971 - uses : actions/checkout@v4
7072
7173 - name : Install Bun
7274 uses : oven-sh/setup-bun@v2
75+ with :
76+ bun-version : canary
7377
7478 - name : Use cached node_modules
7579 uses : actions/cache@v4
8387 run : bun install
8488
8589 - name : Unit Test
90+ run : bun test --timeout 2000
91+
92+ - name : Rerun tests with extended timeout on failure (debug)
93+ if : failure()
94+ env :
95+ KRUSTY_CI_DEBUG : ' 1'
8696 run : bun test --timeout 60000
8797
8898 publish-commit :
93103
94104 - name : Install Bun
95105 uses : oven-sh/setup-bun@v2
106+ with :
107+ bun-version : canary
96108
97109 - name : Use cached node_modules
98110 uses : actions/cache@v4
You can’t perform that action at this time.
0 commit comments