Skip to content

Commit

Permalink
Rename RESTEasy Reactive TCK repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Dec 18, 2020
1 parent 52b4d70 commit 573f2c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -486,7 +486,7 @@ jobs:
run: tar -xzf maven-repo.tgz -C ~
- 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 573f2c8

Please sign in to comment.