install gocr during CI

Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
hrj 2021-04-12 20:28:07 +05:30
parent 3cfba7a08e
commit a51defd2c7

View File

@ -21,4 +21,4 @@ jobs:
- name: Run linter
run: sbt "scalafixAll --check"
- name: Run locust tests
run: ./tests/run.sh
run: apt-get update && apt-get -y upgrade && apt-get install -y gocr && ./tests/run.sh