Merge pull request #1458 from vespa-engine/dependabot/pip/examples/fa… #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Build Sample Apps | |
on: | |
push: | |
branches: ["master"] | |
pull_request: | |
branches: ["master"] | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: "temurin" | |
java-version: "17" | |
- name: Build | |
run: | | |
mvn -V --batch-mode --no-snapshot-updates install |