Skip to content

Merge pull request #88 from binbat/test-whip #11

Merge pull request #88 from binbat/test-whip

Merge pull request #88 from binbat/test-whip #11

Workflow file for this run

name: WHIP Endpoint Conformance Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose
- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: wish-wg/resources
path: wish-tools
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Run tests
run: |
pushd wish-tools/conformance-tools/whip/server/
wget https://gist.github.com/a-wing/f7b074770b558e114911e339bb6a3e84/raw/9529d71fb8abe16fe4900a0232c77b2621c8d318/multirun.sh
chmod +x multirun.sh
npm install
export WHIP_ENDPOINT=http://localhost:7777/whip/777
./multirun.sh '../../../../target/release/live777' 'npm run test' 'sleep 10'