mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug wip
Co-authored-by: Jamie Kuppens <reshurum@gmail.com> Co-authored-by: Ignacio Falk <flakolefluk@gmail.com>
This commit is contained in:
parent
fa5eca82bb
commit
1d54b1386a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/push-results/action.yml
vendored
3
.github/workflows/push-results/action.yml
vendored
|
@ -33,7 +33,7 @@ inputs:
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
shell: bash
|
# shell: bash
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
@ -52,6 +52,7 @@ runs:
|
||||||
external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
||||||
|
|
||||||
- name: Push benchmark results
|
- name: Push benchmark results
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Pushing benchmark results..."
|
echo "Pushing benchmark results..."
|
||||||
cd gh-pages
|
cd gh-pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue