Skip to content

Commit

Permalink
Merge pull request #13972 from gsmet/ci-quarkus-rest
Browse files Browse the repository at this point in the history
Change name of RESTEasy Reactive CI step
  • Loading branch information
Sanne authored Dec 19, 2020
2 parents 1a83ef7 + 573f2c8 commit be3dca3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,11 @@ jobs:
- uses: actions/checkout@v2
with:
path: tcks
- name: Download Quarkus REST Testsuite
- name: Download RESTEasy Reactive Testsuite
uses: actions/checkout@v2
with:
repository: quarkusio/quarkus-rest-testsuite
path: quarkus-rest-testsuite
repository: quarkusio/resteasy-reactive-testsuite
path: resteasy-reactive-testsuite
- name: Reclaim Disk Space
run: .github/ci-prerequisites.sh
working-directory: ./tcks
Expand All @@ -484,9 +484,9 @@ jobs:
- name: Extract Maven Repo
shell: bash
run: tar -xzf maven-repo.tgz -C ~
- name: Run Quarkus REST TCK
- name: Run RESTEasy Reactive TCK
run: mvn -B --settings ../tcks/.github/mvn-settings.xml install
working-directory: ./quarkus-rest-testsuite
working-directory: ./resteasy-reactive-testsuite
- name: Verify with Maven
run: mvn -B --settings .github/mvn-settings.xml -f tcks/pom.xml install
working-directory: ./tcks
Expand Down

0 comments on commit be3dca3

Please sign in to comment.