Skip to content

Commit

Permalink
Don't use the -Dquickly profile as it doesn't seem to be working corr…
Browse files Browse the repository at this point in the history
…ectly.

Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Dec 15, 2022
1 parent 8a8c856 commit ef9b1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
id: build-wildfly
run: |
cd wildfly
mvn clean install -B -Dquickly
mvn clean install -B -Denforcer.skip=true -Dcheckstyle.skip=true -DskipTests
echo "WILDFLY_VERSION=$(mvn help:evaluate -Dversion.help.plugin=3.2.0 -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
- name: Build and Test RESTEasy MicroProfile Java ${{ matrix.java }} - ${{ matrix.os }}
run: |
Expand Down

0 comments on commit ef9b1d1

Please sign in to comment.