Skip to content

Commit

Permalink
Merge pull request #32 from usdot-jpo-ode/ci_v
Browse files Browse the repository at this point in the history
Issue 31: CI bug during JDK 21 update
  • Loading branch information
dan-du-car authored Jan 31, 2024
2 parents c6253f2 + 5176ebe commit 7c4b2a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
name: CI
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [develop, master]

jobs:
jpo-sdw-depositor:
runs-on: ubuntu-latest
container:
image: openjdk:17-jdk-slim-buster
image: openjdk:21-jdk-slim-buster
options: --user root
steps:
- name: Checkout ${{ github.event.repository.name }}
uses: actions/checkout@v3
uses: actions/checkout@v3
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.2
- uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
maven-version: 3.8.2
- name: Build
run: |
cd $GITHUB_WORKSPACE
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Docker build

on:
push:
branches-ignore:
- "develop"
- "master"
- "release/*"
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit 7c4b2a5

Please sign in to comment.