Skip to content

Commit fd03a7e

Browse files
committed
ci: fold the standalone checks into the ci workflow
1 parent d3ce494 commit fd03a7e

2 files changed

Lines changed: 0 additions & 49 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,6 @@ jobs:
3636
path: .
3737
include-hidden-files: true
3838

39-
build:
40-
needs: generate
41-
runs-on: ubuntu-latest
42-
strategy:
43-
matrix:
44-
java: ['17', '21']
45-
steps:
46-
- uses: actions/download-artifact@v8
47-
with:
48-
name: generated-java
49-
50-
- uses: actions/setup-java@v5.7.0
51-
with:
52-
java-version: ${{ matrix.java }}
53-
distribution: temurin
54-
cache: maven
55-
56-
- run: mvn -B compile --no-transfer-progress
57-
5839
test:
5940
needs: generate
6041
runs-on: ubuntu-latest

.github/workflows/maven.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)