Browse Source

stick to cwd

pull/471/head
Jason Williams 5 years ago committed by GitHub
parent
commit
b888bae2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pull_request.yml

2
.github/workflows/pull_request.yml

@ -26,7 +26,7 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: boa-dev/criterion-compare-action@db14a8dbafdad629b34ebc8c5b133e665df2e82d
- uses: boa-dev/criterion-compare-action@646d63fb0cae993064674c59f12ea8119428e387
with:
token: ${{ secrets.GITHUB_TOKEN }}
cwd: "boa"

Loading…
Cancel
Save