Skip to content

Commit

Permalink
Move style check ahead of Integ Test
Browse files Browse the repository at this point in the history
Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin committed Oct 16, 2024
1 parent 8461ff9 commit 94a1103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
distribution: 'temurin'
java-version: 11

- name: Integ Test
run: sbt integtest/integration

- name: Style check
run: sbt scalafmtCheckAll

- name: Integ Test
run: sbt integtest/integration

0 comments on commit 94a1103

Please sign in to comment.