Skip to content

Commit

Permalink
use offline key
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Dec 24, 2023
1 parent 3a0fc7b commit 735e443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +117,7 @@ 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
Expand Down

0 comments on commit 735e443

Please sign in to comment.