mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug wip
This commit is contained in:
parent
ea8e2cc412
commit
d229ab2f09
1 changed files with 3 additions and 3 deletions
6
.github/workflows/push-results/action.yml
vendored
6
.github/workflows/push-results/action.yml
vendored
|
@ -35,7 +35,7 @@ runs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
shell: bash
|
||||
# shell: bash
|
||||
with:
|
||||
repository: ${{ inputs.repository }}
|
||||
ref: ${{ inputs.branch }}
|
||||
|
@ -44,7 +44,7 @@ runs:
|
|||
|
||||
- name: Store results
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
shell: bash
|
||||
# shell: bash
|
||||
with:
|
||||
name: ${{ inputs.bench_name }}
|
||||
tool: ${{ inputs.bench_tool }}
|
||||
|
@ -52,7 +52,7 @@ runs:
|
|||
external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
||||
|
||||
- name: Push benchmark results
|
||||
shell: bash
|
||||
# shell: bash
|
||||
run: |
|
||||
echo "Pushing benchmark results..."
|
||||
cd gh-pages
|
||||
|
|
Loading…
Add table
Reference in a new issue