Skip to content

Commit

Permalink
Tests buildJDK on both master and mandrel/20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jun 29, 2020
1 parent 359bcdd commit 36eb282
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/buildJDK.yml
Expand Up @@ -6,12 +6,14 @@ on:
- 'buildJDK.sh'
- 'src/**'
- 'resources/**'
- '.github/workflows/buildJDK.yml'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'buildJDK.sh'
- 'src/**'
- 'resources/**'
- '.github/workflows/buildJDK.yml'

env:
MX_GIT_CACHE: refcache
Expand All @@ -23,14 +25,18 @@ env:

jobs:
build-and-test:
name: Build and test ${{ matrix.mandrel-ref }} branch/tag
runs-on: ubuntu-latest
strategy:
matrix:
mandrel-ref: [master, mandrel/20.1]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: graalvm/mandrel.git
fetch-depth: 1
ref: master
ref: ${{ matrix.mandrel-ref }}
path: ${{ github.workspace }}/mandrel
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 36eb282

Please sign in to comment.