Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 21148ca

Browse files
committed
chore: fix karma on sauce
1 parent f731b57 commit 21148ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_on_sauce.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ trap killServer EXIT
1515
SAUCE_ACCESS_KEY=`echo $SAUCE_ACCESS_KEY | rev`
1616

1717
#./node_modules/.bin/protractor protractor.conf.js --travis &
18-
karma start karma.conf.js --sauce &
18+
./node_modules/.bin/karma start karma.conf.js --sauce &
1919
wait %2
2020
#wait %2 %3

0 commit comments

Comments
 (0)