Skip to content

Commit

Permalink
Merge branch 'refactor/simplify-project-structure' into test/validati…
Browse files Browse the repository at this point in the history
…on-workflow
  • Loading branch information
mcollovati authored Dec 24, 2023
2 parents 52a6fd5 + 735e443 commit 6fbc6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
mvn -V -e -B -ntp -DskipTests -Dmaven.javadoc.skip=false install
- name: Test
env:
VAADIN_PRO_KEY: ${{ secrets.VAADIN_PROKEY }}
VAADIN_OFFLINE_KEY: ${{ secrets.VAADIN_OFFLINE_KEY }}
run: |
set -x -e -o pipefail
mvn -V -e -B -ntp verify -Dmaven.javadoc.skip=false -DtrimStackTrace=false
Expand Down Expand Up @@ -117,11 +117,11 @@ jobs:
echo "CHROME_VERSION=${CHROME_VERSION}" >> "$GITHUB_ENV"
- name: UI Test
env:
VAADIN_PRO_KEY: ${{ secrets.VAADIN_PROKEY }}
VAADIN_OFFLINE_KEY: ${{ secrets.VAADIN_OFFLINE_KEY }}
run: |
set -x -e -o pipefail
cd vertx-vaadin-tests
mvn -V -e -B -ntp verify -Dmaven.javadoc.skip=false -DtrimStackTrace=false \
mvn -V -e -B -ntp verify -Dmaven.javadoc.skip=false -DtrimStackTrace=false \
-Duitest.chrome-version=$CHROME_VERSION \
-Dtest.vertx.jvmArgs="-Dorg.slf4j.simpleLogger.logFile=target/verticle.log -Dvaadin.require.home.node=true -Xmx2048M -Dvertx.logger-delegate-factory-class-name=io.vertx.core.logging.SLF4JLogDelegateFactory"
- name: Package test output files
Expand Down

0 comments on commit 6fbc6e9

Please sign in to comment.