Linter warnings

This commit is contained in:
Gabe Kangas 2023-02-11 18:59:11 -08:00
parent de534632cd
commit b528d4981f
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -9,7 +9,7 @@ mkdir -p ./screenshots
curl -o ./BrowserStackLocal-linux-x64.zip https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip
unzip -o ./BrowserStackLocal-linux-x64.zip
./BrowserStackLocal --key $BROWSERSTACK_KEY &
./BrowserStackLocal --key "$BROWSERSTACK_KEY" &
finish() {
killall BrowserStackLocal
@ -33,7 +33,7 @@ sleep 20
FILE_SUFFIX="online" node index.js
SCREENSHOTS="$(pwd)/screenshots"
echo $SCREENSHOTS
echo "$SCREENSHOTS"
# Change to the root directory of the repository
cd "$(git rev-parse --show-toplevel)"