Skip to content

Commit

Permalink
Test unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 18, 2024
1 parent 2481cf0 commit 2fd46cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: '17'
- name: SonarCloud analysis
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit 2fd46cb

Please sign in to comment.