From 17a92f45ea9f0169395d0d719b9f2274de2435b9 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Tue, 26 Sep 2023 10:09:40 +0200 Subject: [PATCH] Set CI to work with WFLY 29 and automatically run against PRs on this branch --- .github/workflows/ci-actions.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 3e5b57c2ac..087870a5b8 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -2,7 +2,7 @@ name: Weld CI on: pull_request: - branches: [ master ] + branches: [ 5.1 ] # Do not run for non-code changes paths-ignore: - '.gitignore' @@ -24,13 +24,7 @@ jobs: distribution: 'temurin' - name: Download WildFly run: | - # wget https://ci.wildfly.org/guestAuth/repository/download/WF_WildflyPreviewNightly/latest.lastSuccessful/wildfly-preview-latest-SNAPSHOT.zip - # unzip wildfly-preview-latest-SNAPSHOT.zip - wget https://ci.wildfly.org/guestAuth/repository/download/WF_Nightly/latest.lastSuccessful/wildfly-latest-SNAPSHOT.zip - unzip wildfly-latest-SNAPSHOT.zip - # ZIP contains two more ZIPs, sources and actual WFLY - rm wildfly-*-src.zip - rm wildfly-latest-SNAPSHOT.zip + wget https://github.com/wildfly/wildfly/releases/download/29.0.1.Final/wildfly-29.0.1.Final.zip unzip wildfly-*.zip -d container cd container mv ./* wildfly/