Skip to content

Commit

Permalink
Add setup-gradle action (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Feb 2, 2024
1 parent dd8cd10 commit 7368a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-gumtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
id: version
run: echo "VERSION=$(cat build.gradle | grep "projectsVersion =" | cut -f 2 -d "'")" >> $GITHUB_OUTPUT
shell: bash
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: build gumtree
run: ./gradlew -PtestNative build :benchmark:runOnDefects4J :benchmark:ciDefects4JAnalysis
- name: upload defects4j results
Expand Down

0 comments on commit 7368a13

Please sign in to comment.