diff --git a/.github/workflows/benchmark-EpiAware.yaml b/.github/workflows/benchmark-EpiAware.yaml index f049efe50..419600335 100644 --- a/.github/workflows/benchmark-EpiAware.yaml +++ b/.github/workflows/benchmark-EpiAware.yaml @@ -22,7 +22,7 @@ jobs: - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1 - name: Setup benchmark environment - run: julia --project=benchmark -e 'using Pkg; Pkg.activate(shared = TRUE)' + run: julia --project=benchmark -e 'using Pkg; Pkg.activate(shared = true)' - name: Run benchmarks run: julia --project=benchmark -e 'using BenchmarkCI; BenchmarkCI.judge(baseline = "origin/main")' - name: Post results