Skip to content

[SDKJAVA-526] add acceptance tests for different Maven versions #81

[SDKJAVA-526] add acceptance tests for different Maven versions

[SDKJAVA-526] add acceptance tests for different Maven versions #81

Workflow file for this run

name: Test
# Controls when the workflow will run
on:
# Triggers the workflow on pull request events but only for the master branch
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Test
run: .github/scripts/test.sh