mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-29 03:53:59 -06:00
8 lines
86 B
Bash
Executable File
8 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client/e2e
|
|
|
|
../node_modules/.bin/wdio run ./wdio.local.conf.ts
|