Skip to content

Commit

Permalink
Update git org and repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelley Lambert authored May 20, 2021
1 parent b5549b9 commit b7244bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# RunAQA tests

An action to run [AQA tests](https://github.com/AdoptOpenJDK/openjdk-tests) with specific JDK on specific platform
An action to run [AQA tests](https://github.com/adoptium/aqa-tests) with specific JDK on specific platform

## Usage

See [action.yml](https://github.com/AdoptOpenJDK/run-aqa/blob/master/action.yml)
See [action.yml](https://github.com/adoptium/run-aqa/blob/master/action.yml)

## Default upstream action build JDK: run openjdk test _jdk_math against upstream action build JDK

Expand All @@ -17,7 +17,7 @@ See [action.yml](https://github.com/AdoptOpenJDK/run-aqa/blob/master/action.yml)
with:
version: '8'
- name: AQA
uses: AdoptOpenJDK/run-aqa@v1
uses: adoptium/run-aqa@v1
env:
TEST_JDK_HOME: ${{ steps.buildOpenj9.outputs.BuildOpenJ9JDK }}
with:
Expand All @@ -36,7 +36,7 @@ You can also:
with:
java-version: '11' # The JDK version to make available on the path.
- name: AQA
uses: AdoptOpenJDK/run-aqa@v1
uses: adoptium/run-aqa@v1
with:
version: '11'
jdksource: 'customized'
Expand All @@ -52,7 +52,7 @@ You can also:
targets: 'JDK_11'
impl: 'openj9'
- name: AQA
uses: AdoptOpenJDK/run-aqa@v1
uses: adoptium/run-aqa@v1
with:
version: '11'
jdksource: 'customized'
Expand All @@ -66,7 +66,7 @@ You can also:
steps:
- uses: actions/checkout@v1
- name: AQA
uses: AdoptOpenJDK/run-aqa@v1
uses: adoptium/run-aqa@v1
with:
version: '11'
jdksource: 'github-hosted'
Expand Down

0 comments on commit b7244bb

Please sign in to comment.