25 lines
464 B
YAML
Raw Normal View History

2021-04-02 15:32:37 +05:30
name: Core CI
on:
2021-04-02 15:34:05 +05:30
push:
2021-04-02 15:32:37 +05:30
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Run tests
2021-04-02 15:35:52 +05:30
run: sbt test assembly
2021-04-02 15:32:37 +05:30
- name: Run linter
run: sbt "scalafixAll --check"
2021-04-02 15:42:47 +05:30
- name: Run locust tests
run: sudo apt-get install -y tesseract-ocr && ./tests/run.sh