Skip to content

Commit

Permalink
Skip node tests for now, investigating
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Aug 27, 2024
1 parent 0c21e2a commit 2c99321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -733,6 +733,7 @@ jobs:
# yarn workspace @duckdb/duckdb-wasm test:firefox

- name: Test @duckdb/duckdb-wasm on Node.js
if: false
shell: bash
run: |
yarn workspace @duckdb/duckdb-wasm test:node
@@ -1047,6 +1048,7 @@ jobs:
# yarn workspace @duckdb/duckdb-wasm test:firefox

- name: Test @duckdb/duckdb-wasm on Node.js
if: false
shell: bash
run: |
yarn workspace @duckdb/duckdb-wasm test:node

0 comments on commit 2c99321

Please sign in to comment.