Make sure webapp unit tests actually run.
This commit is contained in:
parent
b9b26cef50
commit
d17e61823c
2
Rotefile
2
Rotefile
|
@ -40,7 +40,7 @@ end)
|
||||||
desc("Runs webapp tests")
|
desc("Runs webapp tests")
|
||||||
task("test-webapp", {"build-webapp"}, function()
|
task("test-webapp", {"build-webapp"}, function()
|
||||||
exec("docker-compose", "run", "webapp", "npm", "run", "lint")
|
exec("docker-compose", "run", "webapp", "npm", "run", "lint")
|
||||||
exec("docker-compose", "run", "webapp", "npm", "run", "test")
|
exec("docker-compose", "run", "webapp", "npm", "run", "tests-unit")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
function check_sauceconnect_variables_set()
|
function check_sauceconnect_variables_set()
|
||||||
|
|
Loading…
Reference in New Issue