-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f26218
commit 4560715
Showing
2 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,16 +27,9 @@ jobs: | |
- name: "Restore Cache" | ||
uses: "./.github/actions/cache/restore" | ||
|
||
- name: "infra setup cargo" | ||
uses: "./.devcontainer" | ||
with: | ||
entrypoint: "./scripts/bin/infra" | ||
args: "setup cargo" | ||
|
||
- name: "infra perf benchmark" | ||
uses: "./.devcontainer" | ||
uses: "devcontainers/[email protected]" | ||
with: | ||
entrypoint: "./scripts/bin/infra" | ||
args: "perf benchmark" | ||
env: | ||
BENCHER_API_TOKEN: "${{ secrets.BENCHER_API_TOKEN }}" | ||
runCmd: "./scripts/bin/infra perf benchmark" | ||
env: | | ||
BENCHER_API_TOKEN=${{ secrets.BENCHER_API_TOKEN }} |