Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Apr 28, 2022
1 parent 612adca commit f240063
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -27,5 +27,7 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build Lyo bundles
run: mvn -B -f pom.xml package -P plugins-only
- name: Build Lyo Designer
run: mvn -B -f pom.xml package

0 comments on commit f240063

Please sign in to comment.