Skip to content

Commit

Permalink
run extract… tasks on build job
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar committed Sep 3, 2023
1 parent 07f18a7 commit cf0d2ae
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 @@ -17,7 +17,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build Distribution for Launcher
run: ./gradlew distForLauncher
run: ./gradlew extractConfig extractNatives distForLauncher testDist
- name: Unit Tests
run: ./gradlew unitTest
- name: API Documentation
Expand Down

0 comments on commit cf0d2ae

Please sign in to comment.