Skip to content

Fix canary tests failure if the trace validation gets started over 20 sec later than trace end time. #1023

Fix canary tests failure if the trace validation gets started over 20 sec later than trace end time.

Fix canary tests failure if the trace validation gets started over 20 sec later than trace end time. #1023

Workflow file for this run

name: PR Build
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build:
name: Gradle Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: corretto
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build