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 ffc41fa commit 480107f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,8 @@ jobs:
- name: Start WebSocket server
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

- name: Run specification tests
run: wstest -m fuzzingclient
run: wstest -m fuzzingclient -s client-spec.json --debug

- name: Set workflow status based on Autobahn exit status
run: exit $?

0 comments on commit 480107f

Please sign in to comment.