Skip to content

Commit

Permalink
Fix github action build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed May 20, 2020
1 parent ece6434 commit 124db20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven Java ${{ matrix.java }}
run: travis-scripts/jbossws-test.sh '-Dserver.version=${{ matrix.wildfly-version }}'
run: mvn -s .travis-settings.xml -B -V -fae -P${{ matrix.wildfly-version }} verify
- uses: actions/upload-artifact@v2
if: failure()
with:
Expand Down

0 comments on commit 124db20

Please sign in to comment.