Skip to content

Commit

Permalink
Everything is a module
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure committed Aug 1, 2023
1 parent 0eea2c0 commit 821ce06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,5 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
cache: maven
- name: Build API and TCK
- name: Build API, SPEC, and TCK
run: mvn -B install --file pom.xml
- name: Build SPEC
run: mvn -B package --file specification/pom.xml
- name: Build TCK-DIST
run: mvn -B package --file tck-dist/pom.xml

0 comments on commit 821ce06

Please sign in to comment.