mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts
|