Skip to content

Commit

Permalink
test sqld against http
Browse files Browse the repository at this point in the history
  • Loading branch information
sivukhin committed Aug 4, 2024
1 parent 56a5049 commit e0f5f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: docker ps
- name: "Test against sqld"
run: "npm test"
env: { "URL": "ws://localhost:8080", "SERVER": "sqld" }
env: { "URL": "http://localhost:8080", "SERVER": "sqld" }

"wasm-test":
name: "Build and test Wasm on Node.js"
Expand Down

0 comments on commit e0f5f1d

Please sign in to comment.