Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Aug 20, 2024
1 parent 16aebca commit def2a47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ jobs:
java-version: 11
cache: "sbt"

- run: sbt checkAll
- run: sbt --client checkAll

- name: Run sample benchmarks
run: sbt 'bench/Jmh/run -i 1 -f1 -t1 -foe true'
run: sbt --client 'bench/Jmh/run -i 1 -f1 -t1 -foe true'

- name: Check documentation builds
run: docs/docusaurusCreateSite
run: sbt --client docs/docusaurusCreateSite


maven:
Expand Down

0 comments on commit def2a47

Please sign in to comment.