mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-27 13:03:12 -05:00
install gocr during CI
Signed-off-by: hrj <harshad.rj@gmail.com>
This commit is contained in:
parent
3cfba7a08e
commit
a51defd2c7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user