Skip to content

fix: use a URI to refer to the agent jar #7

fix: use a URI to refer to the agent jar

fix: use a URI to refer to the agent jar #7

Workflow file for this run

name: Build
on:
pull_request:
push:
schedule:
- cron: "0 0 * * 0"
jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
name: Test ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 45
steps:
- name: Fetch Sources
uses: actions/checkout@v3
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Run Tests
shell: bash
run: ./gradlew -i check integrationTest && bin/test