This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new bc70f127ff Do not run JS tests on Github Actions
bc70f127ff is described below
commit bc70f127ff74f154890a35be906b55db5bdc8683
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Thu Jan 12 09:50:55 2023 +0200
Do not run JS tests on Github Actions
The tests hang since a while ...
https://github.com/apache/wicket/actions/runs/3892116129/jobs/6652898002
INFO]
[INFO] Running "jshint:gymTestsJs" (jshint) task
[INFO] >> 12 files lint free.
[INFO]
[INFO] Running "jshint:grunt" (jshint) task
[INFO] >> 1 file lint free.
[INFO]
[INFO] Running "connect:server" (connect) task
[INFO] Started connect web server on http://localhost:38887
[INFO]
[INFO] Running "qunit:all" (qunit) task
Error: The operation was canceled.
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dff180e3b5..a006acc908 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
export PATH=$PWD/apache-maven-${MAVEN_VERSION}/bin:$PATH
- name: Cache Maven packages
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -36,4 +36,4 @@ jobs:
export PATH=$JAVA_HOME/bin:$PATH
java -version
mvn -version
- mvn clean verify -Pjs-test
+ mvn clean verify