Skip to content

Commit 06934b7

Browse files
committed
more test
1 parent a2ec649 commit 06934b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/ember/scripts/run_tests.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# running compatibilty tests takes ~15 min on a 2019 2.6 GHz 6-Core Intel i7 16" MacBook Pro w 32 GB of RAM, vs ~25 sec
22
# for the regular tests
3-
env
3+
echo $TRAVIS
4+
if [[ $TRAVIS ]]; then echo "$TRAVIS"; else echo "no TRAVIS"; fi
5+
if [[ -n $TRAVIS ]]; then echo "-n $TRAVIS"; else echo "no -n TRAVIS"; fi
6+
47
if [[ $TRAVIS || $GITHUB_ACTIONS ]]; then
58
echo "In CI - running tests against multiple versions of Ember"
69
yarn npm-run-all lint:* test:*

0 commit comments

Comments
 (0)