diff --git a/.tests/ga-backend-app.sh b/.tests/ga-backend-app.sh index 977ccca..fa7e3bf 100755 --- a/.tests/ga-backend-app.sh +++ b/.tests/ga-backend-app.sh @@ -12,10 +12,10 @@ echo "[SUCCESS] Setup completed." sleep 2 echo "[INFO] Copying directives.yaml file..." -cp ./directives.yaml $HOME/hyperglass/directives.yaml +cp ./.tests/directives.yaml $HOME/hyperglass/directives.yaml echo "[INFO] Copying devices.yaml file..." -cp ./devices.yaml $HOME/hyperglass/devices.yaml +cp ./.tests/devices.yaml $HOME/hyperglass/devices.yaml echo "[INFO] Starting UI build." poetry run hyperglass build-ui &>$LOG_FILE