Skip to content

Commit

Permalink
fix github action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hengsin committed Aug 25, 2024
1 parent d323358 commit c4f401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 17
- name: Build
shell: bash
run: ./gradlew build
run: ./gradlew build -x testOSGi
- name: Create distributions
shell: bash
run: ./gradlew createDistributions

0 comments on commit c4f401b

Please sign in to comment.