Skip to content

Commit

Permalink
Disable wildfly integration tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
starksm64 authored Jun 29, 2024
1 parent 54004b0 commit 5a6bf82
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,31 +70,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn --batch-mode --no-transfer-progress clean verify

integration-wildfly-job:
runs-on: ubuntu-latest
name: Integration verification for WildFly
needs: arquillian-build-jdk8
timeout-minutes: 300
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: arquillian
path: ~/.m2/repository/org/jboss
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
cache: maven
- name: Checkout WildFly
uses: actions/checkout@v4
with:
repository: wildfly/wildfly
- name: Run WildFly Integration Testsuite
env:
SNAPSHOT_VERSION: ${{ needs.arquillian-build-jdk8.outputs.SNAPSHOT_VERSION }}
run: |
mvn clean install -Dquickly -Dversion.org.jboss.arquillian.core="$SNAPSHOT_VERSION"
mvn clean verify -f testsuite/integration -DallTests -Dversion.org.jboss.arquillian.core="$SNAPSHOT_VERSION"

0 comments on commit 5a6bf82

Please sign in to comment.