Skip to content

Commit 1c760d5

Browse files
committed
ope
1 parent 2e5e5f0 commit 1c760d5

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci-jobs.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -152,20 +152,6 @@ jobs:
152152
run: |
153153
${{ matrix.command }}
154154
155-
node-test:
156-
name: Node.js Tests
157-
runs-on: ubuntu-latest
158-
needs: [basic-test, lint, types]
159-
steps:
160-
- uses: actions/checkout@v4
161-
- uses: ./.github/actions/setup
162-
- name: build
163-
env:
164-
SHOULD_TRANSPILE_FOR_NODE: true
165-
run: pnpm build
166-
- name: test
167-
run: pnpm test:node
168-
169155
blueprint-test:
170156
name: Blueprint Tests
171157
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)