Skip to content

Fix: added missing Tracer and token. #1

Fix: added missing Tracer and token.

Fix: added missing Tracer and token. #1

Workflow file for this run

name: Integration Test
on:
push:
branches-ignore:
- 'whitesource-remediate/**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
integ:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
- name: Run Integration Tests
run: |
./gradlew clean build integTest