Skip to content

Commit

Permalink
Set CI to work with WFLY 29 and automatically run against PRs on this…
Browse files Browse the repository at this point in the history
… branch
  • Loading branch information
manovotn committed Sep 26, 2023
1 parent 9340b30 commit 17a92f4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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/
Expand Down

0 comments on commit 17a92f4

Please sign in to comment.