Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 27, 2023
1 parent 027c090 commit eb5b96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: php echo.php &

- name: Set server URL
run: sed -i "s/ws:\/\/HOST:8080/ws:\/\/$(ip route show default | awk '/default/ {print $3}'):8080/g" ./client-spec.json
run: sed -i "s/ws:\/\/HOST:8080/ws:\/\/$(ip route show default | awk '/default/ {print $3}'):8080/g" client-spec.json

- name: Run specification tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion client-spec.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"options": { "failByDrop": false },
"outdir": "/mnt/autobahn/reports",
"servers": [{ "agent": "Reverb", "url": "ws://host.docker.internal:8080", "options": { "version": 18 } }],
"servers": [{ "agent": "Reverb", "url": "ws://HOST:8080", "options": { "version": 18 } }],
"cases": ["*"],
"exclude-cases": [
"12.*",
Expand Down

0 comments on commit eb5b96c

Please sign in to comment.