Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Nov 19, 2023
1 parent 3e75c34 commit 4e66ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bmark_M1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Sanitize project name
id: sanitize
run:
echo "${{ github.event.repository.name }}" | sed -e 's/\.jl$//'
echo "REPONAME=${{ github.event.repository.name }}" | sed -e 's/\.jl$//' >> $GITHUB_OUTPUT
- name: Run benchmarks
run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.value }}", "benchmark", reference_branch = "bmark-workflow")'
run: julia --project=benchmark -e 'using JSOBenchmarks; run_benchmarks("${{ steps.sanitize.outputs.REPONAME }}", "benchmark", reference_branch = "bmark-workflow")'
env:
GITHUB_AUTH: ${{ secrets.GIST_TOKEN }}
# - name: Post benchmark results in PR
Expand Down

0 comments on commit 4e66ff1

Please sign in to comment.