mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(ci): frontend tests was accidentially commented out
This commit is contained in:
@@ -14,7 +14,7 @@ function exit_if_fail {
|
|||||||
start=$(date +%s)
|
start=$(date +%s)
|
||||||
|
|
||||||
exit_if_fail npm run prettier:check
|
exit_if_fail npm run prettier:check
|
||||||
# exit_if_fail npm run test
|
exit_if_fail npm run test
|
||||||
|
|
||||||
end=$(date +%s)
|
end=$(date +%s)
|
||||||
seconds=$((end - start))
|
seconds=$((end - start))
|
||||||
|
|||||||
Reference in New Issue
Block a user