This website requires JavaScript.
Explore
Help
Register
Sign In
Redocly
/
redoc
Watch
1
Star
1
Fork
0
You've already forked redoc
mirror of
https://github.com/Redocly/redoc.git
synced
2024-11-28 11:33:43 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c228c5473c
redoc
/
build
/
run_tests.sh
7 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
Try run sauce labs build on travis
2016-01-17 01:36:23 +03:00
#!/bin/bash
separate general e2e test from apis.guru
2016-05-10 10:03:04 +03:00
if
[
"
$JOB
"
=
"e2e"
]
||
[
"
$JOB
"
=
"e2e-guru"
]
;
then
Try run sauce labs build on travis
2016-01-17 01:36:23 +03:00
npm run e2e
else
npm run unit
fi
Reference in New Issue
Copy Permalink