mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
github: setup JDK 11 in PR workflow
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
9ca72341a8
commit
04f0aa1a7a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
|||
test-pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-java@d202f5dbf7256730fb690ec59f6381650114feb2
|
||||
with:
|
||||
java-version: '11'
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@c952173edf28a2bd22e1a4926590c1ac39630461
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue