Skip to content

feat: basic authn benchmark #2

feat: basic authn benchmark

feat: basic authn benchmark #2

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- main
pull_request:
branches: '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run Benchmarks
run: run-benchmarks.sh
working-directory: benchmark
- name: Upload Results
uses: actions/[email protected]
with:
name: Benchmark Results
path: jmh-result.json
working-directory: benchmark

Check failure on line 29 in .github/workflows/benchmark.yml

View workflow run for this annotation

GitHub Actions / Benchmarks

Invalid workflow file

The workflow is not valid. .github/workflows/benchmark.yml (Line: 29, Col: 9): Unexpected value 'working-directory'