Skip to content

Merge branch 'main' of github.com:SCDH/ox4alea #18

Merge branch 'main' of github.com:SCDH/ox4alea

Merge branch 'main' of github.com:SCDH/ox4alea #18

Workflow file for this run

name: Tests
on:
push:
paths-ignore:
- 'README.md'
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: run maven with default build profile
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw --batch-mode --update-snapshots -s ci_settings.xml verify