Skip to content

Commit

Permalink
Merge pull request #16533 from gsmet/workflow-adjustments
Browse files Browse the repository at this point in the history
Small workflow adjustments
  • Loading branch information
famod authored Apr 16, 2021
2 parents fb47fc1 + 1762fc5 commit 161ff41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ jobs:
)"
steps:
- uses: actions/checkout@v2
- uses: n1hility/cancel-previous-runs@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Reclaim Disk Space
run: .github/ci-prerequisites.sh
- name: Set up JDK 11
Expand Down Expand Up @@ -624,7 +621,7 @@ jobs:
# Note: No gib_args here because resteasy-reactive-testsuite is a different repo
run: mvn -B --settings ../tcks/.github/mvn-settings.xml install
working-directory: ./resteasy-reactive-testsuite
- name: Verify with Maven
- name: Verify
run: ./mvnw $COMMON_MAVEN_ARGS -Dtcks -pl tcks -amd install ${{ needs.build-jdk11.outputs.gib_args }}
working-directory: ./tcks
- name: Prepare failure archive (if maven failed)
Expand Down
File renamed without changes.

0 comments on commit 161ff41

Please sign in to comment.