Skip to content
Snippets Groups Projects
Commit 00ca4fbf authored by Katja Goltsova's avatar Katja Goltsova Committed by Viktor Kunčak
Browse files

In CI, run tests before checking style

parent 7335d23c
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,10 @@ jobs: ...@@ -15,10 +15,10 @@ jobs:
java-version: 1.8 java-version: 1.8
- name: Compile - name: Compile
run: sbt compile run: sbt compile
- name: Run tests
run: sbt test
- name: Check style - name: Check style
run: sbt "scalafixAll --check" run: sbt "scalafixAll --check"
- name: Check format - name: Check format
run: sbt scalafmtCheckAll run: sbt scalafmtCheckAll
- name: Run tests
run: sbt test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment