Skip to content

Commit

Permalink
Merge pull request #66 from sophia-guo/latest
Browse files Browse the repository at this point in the history
Using latest version to run nightly
  • Loading branch information
smlambert authored Jan 8, 2021
2 parents 4feefa6 + f61b279 commit 71439eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
buildlist: [openjdk, system, functional]
steps:
- uses: actions/checkout@v1
- uses: ./
- uses: AdoptOpenJDK/install-jdk@v1
with:
version: ${{ matrix.version }}
targets: JDK_${{ matrix.version }}
impl: ${{ matrix.impl }}
source: 'nightly'
- name: AQA
uses: AdoptOpenJDK/run-aqa@v1
uses: ./
with:
version: ${{ matrix.version }}
jdksource: 'install-jdk'
Expand Down

0 comments on commit 71439eb

Please sign in to comment.