Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
yegor256 committed Jan 13, 2025
1 parent 2bda1cd commit 880e65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pit.yml
Original file line number Diff line number Diff line change
@@ -41,6 +41,6 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-
key: ubuntu-jdk-21-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ubuntu-jdk-21-maven-
- run: mvn clean test -Ppit

0 comments on commit 880e65e

Please sign in to comment.