Skip to content

Commit

Permalink
chore: Cleanup old CI jobs (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Nov 29, 2022
1 parent 5cb5ca2 commit 7b480e2
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions api-common-java/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@ on:
pull_request:
name: ci
jobs:
units:
runs-on: ubuntu-latest
env:
# Customize the JVM maximum heap limit
JVM_OPTS: -Xmx3200m
TERM: dumb
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
- run: java -version
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 8
clirr:
runs-on: ubuntu-latest
steps:
Expand All @@ -42,7 +23,7 @@ jobs:
env:
JOB_TYPE: clirr
units-8:
name: units (8) - Maven
name: units (8)
runs-on: ubuntu-latest
steps:
- name: Get current week within the year
Expand All @@ -68,7 +49,7 @@ jobs:
env:
JOB_TYPE: test
JOB_NAME: units-8
units-maven:
units:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 7b480e2

Please sign in to comment.