Skip to content

Commit d83e1c5

Browse files
authored
COmment out SWC test, will remove later (dotansimha#10477)
1 parent ed30b56 commit d83e1c5

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -161,22 +161,24 @@ jobs:
161161
run: yarn test
162162
env:
163163
CI: true
164-
test-rust-swc-plugin:
165-
name: Build and Unit Test SWC Plugin
166-
runs-on: ubuntu-latest
167-
steps:
168-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
169-
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
170-
with:
171-
toolchain: 1.65.0
172-
target: wasm32-wasi
173-
override: true
174-
- uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
175-
with:
176-
working-directory: ./packages/presets/swc-plugin
177-
command: build
178-
args: --target wasm32-wasi
179-
- uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
180-
with:
181-
working-directory: ./packages/presets/swc-plugin
182-
command: test
164+
165+
# TODO: Remove all SWC test setup and references as that has been moved to https://github.com/swc-project/plugins/tree/main/contrib/graphql-codegen-client-preset
166+
# test-rust-swc-plugin:
167+
# name: Build and Unit Test SWC Plugin
168+
# runs-on: ubuntu-latest
169+
# steps:
170+
# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
171+
# - uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
172+
# with:
173+
# toolchain: 1.65.0
174+
# target: wasm32-wasi
175+
# override: true
176+
# - uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
177+
# with:
178+
# working-directory: ./packages/presets/swc-plugin
179+
# command: build
180+
# args: --target wasm32-wasi
181+
# - uses: marcopolo/cargo@a527bf4d534717ff4424a84446c5d710f8833139
182+
# with:
183+
# working-directory: ./packages/presets/swc-plugin
184+
# command: test

0 commit comments

Comments
 (0)