Skip to content

Commit

Permalink
add actions test wish-tools 6
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Feb 23, 2024
1 parent 63f1c12 commit c4eeb6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
wget https://gist.github.com/a-wing/f7b074770b558e114911e339bb6a3e84/raw/9529d71fb8abe16fe4900a0232c77b2621c8d318/multirun.sh
chmod +x multirun.sh
npm install
./multirun.sh '../../../../target/release/live777' 'WHIP_ENDPOINT=http://localhost:7777/whip/777 npm run test'
export WHIP_ENDPOINT=http://localhost:7777/whip/777
./multirun.sh '../../../../target/release/live777' 'npm run test'

0 comments on commit c4eeb6d

Please sign in to comment.