Skip to content

Commit

Permalink
ci: fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankoy committed May 6, 2024
1 parent d4ec2a8 commit 741c2ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependencies_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:

- name: Run the tests
uses: gradle/actions/setup-gradle@v3
with:
arguments: 'test'
run: ./gradlew test
13 changes: 6 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ jobs:
- name: gradle validation
uses: gradle/actions/wrapper-validation@v3

- name: Run the tests
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: 'test'

- name: Run build in a subdirectory
uses: gradle/actions/setup-gradle@v3
with:
arguments: 'bootJar'
- name: Run the tests
run: ./gradlew test

- name: Run build
run: ./gradlew bootJar

- name: Save result jar for further use
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 741c2ea

Please sign in to comment.