There was an error while loading. Please reload this page.
1 parent 5be51f0 commit d56edc2Copy full SHA for d56edc2
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,10 @@ jobs:
31
needs: test
32
if: github.event_name == 'pull_request'
33
steps:
34
+ - uses: actions/checkout@v4
35
+ - uses: aboutbits/github-actions-java/setup@v3
36
+ with:
37
+ java-version: 21
38
- name: Set Version
39
run: sed -i 's|<version>BUILD-SNAPSHOT</version>|<version>${{ github.event.pull_request.number }}-SNAPSHOT</version>|g' pom.xml
40
- run: >-
0 commit comments