Skip to content
Snippets Groups Projects
Commit 774dd174 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

testing ci

parent f994264e
No related branches found
No related tags found
1 merge request!1433Development
......@@ -7,12 +7,10 @@ cd ~/MetaGer_neu
# Start Webserver
nohup php artisan serve --port 8005 >/dev/null 2>&1 &
echo $! > ~/servePid
disown
# Start the Browserstack Proxy
~/BrowserStackLocal --key gCyHqmJnNwLhp96LgiVG 2>&1 &
echo $! > ~/browserstackPid
disown
sleep 5
./vendor/bin/phpunit
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment