File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,34 +48,35 @@ jobs:
4848 - name : SSR smoke test
4949 run : bun run test:ssr
5050
51- solid-next :
52- name : build & test (solid-js@2.0.0-beta.32, non-gating)
53- runs-on : ubuntu-latest
54- continue-on-error : true
55- steps :
56- - uses : actions/checkout@v5
51+ # SKIPPING FOR NOW
52+ # solid-next:
53+ # name: build & test (solid-js@2.0.0-beta.32, non-gating)
54+ # runs-on: ubuntu-latest
55+ # continue-on-error: true
56+ # steps:
57+ # - uses: actions/checkout@v5
5758
58- - uses : oven-sh/setup-bun@v2
59- with :
60- bun-version : latest
59+ # - uses: oven-sh/setup-bun@v2
60+ # with:
61+ # bun-version: latest
6162
62- - name : Install
63- run : bun install --frozen-lockfile
63+ # - name: Install
64+ # run: bun install --frozen-lockfile
6465
65- - name : Bump solid-js to next
66- run : bun add -D solid-js@2.0.0-beta.32
66+ # - name: Bump solid-js to next
67+ # run: bun add -D solid-js@2.0.0-beta.32
6768
68- - name : Build
69- run : bun run build
69+ # - name: Build
70+ # run: bun run build
7071
71- - name : Check
72- run : bun run check
72+ # - name: Check
73+ # run: bun run check
7374
74- - name : Test
75- run : bun run test
75+ # - name: Test
76+ # run: bun run test
7677
77- - name : Conformance
78- run : bun run conformance
78+ # - name: Conformance
79+ # run: bun run conformance
7980
80- - name : SSR smoke test
81- run : bun run test:ssr
81+ # - name: SSR smoke test
82+ # run: bun run test:ssr
You can’t perform that action at this time.
0 commit comments