Skip to content

Commit

Permalink
Fix CI job, apply temp workaround to patch WFLY EE jars to newer vers…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
manovotn committed Mar 21, 2024
1 parent 58c1d90 commit 37ec925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
JBOSS_HOME=`pwd`'/container/*'
export JBOSS_HOME=`echo $JBOSS_HOME`
mvn clean package -Pupdate-jboss-as -Dtck -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f core/jboss-as/pom.xml
mvn clean package -Pupdate-jboss-as -Pupdate-jakarta-apis -Dtck -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -f core/jboss-as/pom.xml
- name: Zip Patched WildFly
run: |
cd container/
Expand Down

0 comments on commit 37ec925

Please sign in to comment.