Skip to content

Commit

Permalink
Run autobahn test only on 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 6, 2023
1 parent 2ed453b commit d3a7b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
if: runner.os != 'Windows' && matrix.composer-require-checker-version != 'none'

- name: Autobahn
if: runner.os == 'Linux'
if: runner.os == 'Linux' && matrix.php-version == '8.2'
shell: 'script -q -e -c "bash {0}"'
run: |
docker run -ti -d --rm -v ${PWD}:/app --net="host" --name amp-websocket-server php:8.1-cli php /app/test-autobahn/server.php
docker run -ti -d --rm -v ${PWD}:/app --net="host" --name amp-websocket-server php:8.2.0-cli php /app/test-autobahn/server.php
docker run -ti --rm -v ${PWD}/test-autobahn/config:/config -v ${PWD}/test-autobahn/reports:/reports --net="host" --name fuzzingclient crossbario/autobahn-testsuite wstest -m fuzzingclient -s config/fuzzingclient.json
php test-autobahn/report.php

0 comments on commit d3a7b96

Please sign in to comment.