Skip to content

Commit

Permalink
chore: update ci to check studio before packing it
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Sep 30, 2024
1 parent 65200f8 commit 27b5bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package -P all --file pom.xml
- name: Publish Snapshot
if: github.event_name != 'pull_request'
run: mvn -B clean deploy -P all -DskipTests --file pom.xml
Expand Down

0 comments on commit 27b5bb9

Please sign in to comment.