Skip to content

Commit

Permalink
ci: manual acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Apr 5, 2024
1 parent b0202b0 commit a066034
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven-acceptance-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.jdk }}_${{ matrix.distribution }}-maven-
- name: Build Lyo locally (branch ${{ github.event.inputs.lyoBranch }})
run: mvn -B clean install --file lyo-trunk/pom.xml -DskipTests -Dmaven.javadoc.skip=true
working-directory: lyo-trunk/
run: mvn -B clean install -DskipTests -Dmaven.javadoc.skip=true
- name: Build with Maven
run: mvn -B package --file main/src/pom.xml -Pwith-jstl-impl
working-directory: main/src/
run: mvn -B package -Pwith-jstl-impl
- name: Build and Start Docker Compose
working-directory: main/src/
run: |
Expand Down

0 comments on commit a066034

Please sign in to comment.