We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5e5f0 commit 1c760d5Copy full SHA for 1c760d5
1 file changed
.github/workflows/ci-jobs.yml
@@ -152,20 +152,6 @@ jobs:
152
run: |
153
${{ matrix.command }}
154
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
-
169
blueprint-test:
170
name: Blueprint Tests
171
runs-on: ubuntu-latest
0 commit comments