Skip to content

Commit

Permalink
Fix downloading the source code for running our benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Jan 29, 2021
1 parent 3ab5d2d commit 428a80c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
backend: ["postgres", "sqlite", "mysql"]
steps:
- name: Checkout sources
if: steps.bench.outputs.triggered == 'true'
uses: actions/checkout@v2

- name: Install postgres (Linux)
Expand All @@ -35,7 +34,6 @@ jobs:
sudo apt-get install -y libsqlite3-dev
echo 'name=SQLITE_DATABASE_URL::/tmp/test.db' >> $GITHUB_ENV
- name: Install mysql (Linux)
if: matrix.backend == 'mysql'
run: |
Expand All @@ -50,4 +48,3 @@ jobs:
with:
cwd: "diesel_bench"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 428a80c

Please sign in to comment.