Skip to content

feat(profiling): add section about profiling with pyroscope #54

feat(profiling): add section about profiling with pyroscope

feat(profiling): add section about profiling with pyroscope #54

Workflow file for this run

name: CI
on: [push]
jobs:
build-easypay:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build --info