Skip to content

Commit

Permalink
Remove wildfly tests for 2.7 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Sep 27, 2024
1 parent 45e5a59 commit 8c20ae0
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,43 +43,6 @@ jobs:
- name: build with maven
run: mvn -B formatter:validate impsort:check javadoc:javadoc install --file pom.xml

wildfly-tests:
runs-on: ubuntu-latest
strategy:
matrix:
java: [17]
name: WildFly GraphQL feature pack tests

steps:
- uses: actions/checkout@v2
name: checkout

- name: checkout WildFly feature pack repository
uses: actions/checkout@v2
with:
repository: wildfly-extras/wildfly-graphql-feature-pack
ref: main
path: wildfly-graphql-feature-pack

- uses: actions/setup-java@v3.0.0
name: set up jdk ${{matrix.java}}
with:
java-version: ${{matrix.java}}
distribution: 'temurin'
cache: 'maven'

- name: build with maven
run: mvn -B install -DskipTests --file pom.xml

- name: Install xmllint
run: sudo apt-get update && sudo apt-get install libxml2-utils

- name: run WildFly feature pack tests
run: |
SMALLRYE_VERSION=$(xmllint --xpath '/*[local-name()="project"]/*[local-name()="version"]/text()' pom.xml) && \
echo "SMALLRYE_VERSION=$SMALLRYE_VERSION" && \
mvn install -Dversion.io.smallrye.graphql=$SMALLRYE_VERSION --file wildfly-graphql-feature-pack/pom.xml
quarkus-tests:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 8c20ae0

Please sign in to comment.