Skip to content

Commit 00decee

Browse files
committed
Disable web build for CI for now
1 parent d4676cc commit 00decee

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ jobs:
4545
run: cargo run
4646
working-directory: json_typegen_demo
4747

48-
- uses: actions/setup-node@v2
49-
with:
50-
node-version: '14.x'
51-
cache: 'npm'
52-
cache-dependency-path: json_typegen_web/package-lock.json
53-
- run: npm ci
54-
working-directory: json_typegen_web
55-
- run: npm run build
56-
if: matrix.os != 'windows-latest'
57-
working-directory: json_typegen_web
48+
# TODO: Re-enable web build. Needs rsw install.
49+
# - uses: actions/setup-node@v2
50+
# with:
51+
# node-version: '14.x'
52+
# cache: 'npm'
53+
# cache-dependency-path: json_typegen_web/package-lock.json
54+
# - run: npm ci
55+
# working-directory: json_typegen_web
56+
# - run: npm run build
57+
# if: matrix.os != 'windows-latest'
58+
# working-directory: json_typegen_web

0 commit comments

Comments
 (0)