Skip to content

Commit

Permalink
ci: do not publish locally, gears jars are in libs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Jan 5, 2024
1 parent ec11c31 commit a172492
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.jvm_version }}
- name: Setup dependencies of gears submodule
run: |
cd lib/gears
pushd dependencies
./publish-deps.sh
popd
sbt publishM2
- name: Build
run: ./gradlew classes testClasses
- name: Test
Expand Down

0 comments on commit a172492

Please sign in to comment.