Skip to content

Commit

Permalink
feat(benchmark): Commit benchmarks to git 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Mar 25, 2024
1 parent 1c78200 commit d41e704
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
PGPASSWORD: postgres

steps:
- name: Configure git
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git switch ${{ inputs.branch_name }}
- name: Install a SQL Server suite of tools
uses: potatoqualitee/[email protected]
with:
Expand All @@ -45,6 +39,12 @@ jobs:
- uses: actions/checkout@v4

- name: Configure git
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
git switch ${{ inputs.branch_name }}
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit d41e704

Please sign in to comment.