File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ build-docs: clean-docs build-buf
95
95
.PHONY : install-playwright
96
96
install-playwright :
97
97
cd e2e && npm install
98
- cd e2e && npx playwright install --with-deps chrome
98
+ cd e2e && npx playwright install --with-deps
99
99
100
100
e2e/bin/viam-server :
101
101
bash e2e/setup.sh
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ mkdir -p $BIN_DIR
11
11
12
12
if [ " $( uname) " == " Linux" ]; then
13
13
if [ " $( uname -m) " == " aarch64" ]; then
14
- curl https://storage.googleapis.com/packages.viam.com/apps/viam-server/viam-server-stable-aarch64.AppImage -o $BIN_PATH
14
+ curl https://storage.googleapis.com/packages.viam.com/apps/viam-server/viam-server-stable-aarch64 -o $BIN_PATH
15
15
elif [ " $( uname -m) " == " x86_64" ]; then
16
- curl https://storage.googleapis.com/packages.viam.com/apps/viam-server/viam-server-stable-x86_64.AppImage -o $BIN_PATH
16
+ curl https://storage.googleapis.com/packages.viam.com/apps/viam-server/viam-server-stable-x86_64 -o $BIN_PATH
17
17
else
18
18
echo -e " Cannot run E2E tests on $( uname -m) "
19
19
exit 1
You can’t perform that action at this time.
0 commit comments