Skip to content

Add time-to-first-byte from remote metric #1069

Add time-to-first-byte from remote metric

Add time-to-first-byte from remote metric #1069

# The workflow to check main after push.
name: Main checks after push
on:
push:
branches: [ '**' ]
jobs:
build:
strategy:
matrix:
java-version: [ 11, 17 ]
runs-on: [ ubuntu-latest ]
name: Build on ${{ matrix.runs-on }} with jdk ${{ matrix.java-version }}
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: temurin
- name: Build with Gradle
run: ./gradlew build releaseTarGz