Skip to content

Commit

Permalink
Try to reproduce failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed May 23, 2024
1 parent 5ee5a39 commit b031609
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
java: ['17']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Build ${{ matrix.java }}
run: mvn -U -B -ntp clean install -DskipTests
shell: bash
Expand Down

0 comments on commit b031609

Please sign in to comment.