Skip to content

Commit

Permalink
Pass -P for test
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style authored Jun 13, 2022
1 parent c1c3a60 commit c2a70c0
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 @@ -74,7 +74,7 @@ jobs:
- name: Install MagmaCube
run: 'cd MagmaCube && mvn -B clean install'
- name: Run test
run: './gradlew test --info --stacktrace'
run: './gradlew -PBUILD_NUMBER=$BUILD_NUMBER test --info --stacktrace'
env:
BUILD_NUMBER: ${{ secrets[format('BUILD_NUMBER_{0}', env.MAJOR_VERSION)] }}
- name: Bake installer
Expand Down

0 comments on commit c2a70c0

Please sign in to comment.