Skip to content

Commit

Permalink
Merge pull request #6 from arunans23/workflows
Browse files Browse the repository at this point in the history
Update jdk-17-tests.yml
  • Loading branch information
arunans23 authored Aug 2, 2024
2 parents 3a6fd63 + 301271d commit fc7862e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jdk-17-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [push, pull_request]
jobs:
ubuntu:
runs-on: ubuntu-latest
container:
image: rockylinux/rockylinux:9
strategy:
matrix:
include:
Expand All @@ -19,6 +21,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Are we really on Rocky Linux?
run: |
cat /etc/os-release
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit fc7862e

Please sign in to comment.