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 fa885d3 commit 7b7222d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ jobs:
run: docker pull crossbario/autobahn-testsuite

- name: Start WebSocket server
run: php echo.php &
working-directory: tests/Specification
run: php spec-server.php &

- name: Run specification tests
working-directory: tests/Specification
run: |
docker run --rm \
-v $PWD:/mnt/autobahn \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7b7222d

Please sign in to comment.