We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f372c2f commit 5a8f0d8Copy full SHA for 5a8f0d8
.github/workflows/test-execution.yml
@@ -19,15 +19,15 @@ jobs:
19
distribution: oracle
20
21
- name: Cache Maven packages
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: ~/.m2/repository
25
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
26
restore-keys: |
27
${{ runner.os }}-maven-
28
29
- name: Build with Maven
30
- run: mvn -B -q -DskipTests package --file pom.xml
+ run: mvn -B -q -DskipTests package
31
32
- name: Run local tests
33
run: mvn -B -q test -Pweb-execution -Dsuite=local -Dtarget=local -Dheadless=true -Dbrowser=chrome
0 commit comments