mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Browserstack tests should run only on browserstack-check branch
These tests are flaky and also we are going to run them only before releases in a specific internal server
This commit is contained in:
9
scripts/admin/browserstack-check.sh
Executable file
9
scripts/admin/browserstack-check.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd ../..
|
||||
|
||||
./meteor self-test \
|
||||
"css hot code push|custom minifier - devel vs prod|versioning hot code push|javascript hot code push|add packages client archs" \
|
||||
--browserstack \
|
||||
--retries 2 \
|
||||
--headless
|
||||
Reference in New Issue
Block a user