mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
build: re-enable composite action steps
This commit is contained in:
parent
d6a8aafe18
commit
19314f4f4a
2 changed files with 20 additions and 20 deletions
2
.github/workflows/benchmark-dev.yml
vendored
2
.github/workflows/benchmark-dev.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
|
||||
- name: Push benchmark results
|
||||
id: pushBenchmarkAttempt1
|
||||
# continue-on-error: true
|
||||
continue-on-error: true
|
||||
uses: ./.github/workflows/push-results
|
||||
with:
|
||||
repository: ${{ matrix.benchResultsRepo.name }}
|
||||
|
|
38
.github/workflows/push-results/action.yml
vendored
38
.github/workflows/push-results/action.yml
vendored
|
@ -41,23 +41,23 @@ runs:
|
|||
token: ${{ inputs.token }}
|
||||
path: ${{ inputs.path }}
|
||||
|
||||
# - name: Store results
|
||||
# uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
# with:
|
||||
# name: ${{ inputs.bench_name }}
|
||||
# tool: ${{ inputs.bench_tool }}
|
||||
# gh-pages-branch: ${{ inputs.branch }}
|
||||
# output-file-path: ${{ inputs.bench_output_file_path }}
|
||||
# external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
||||
- name: Store results
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
with:
|
||||
name: ${{ inputs.bench_name }}
|
||||
tool: ${{ inputs.bench_tool }}
|
||||
gh-pages-branch: ${{ inputs.branch }}
|
||||
output-file-path: ${{ inputs.bench_output_file_path }}
|
||||
external-data-json-path: ${{ inputs.bench_external_data_json_path }}
|
||||
|
||||
# - name: Push benchmark results
|
||||
# shell: bash
|
||||
# run: |
|
||||
# echo "Pushing benchmark results..."
|
||||
# cd gh-pages
|
||||
# git config user.name github-actions
|
||||
# git config user.email github@users.noreply.github.com
|
||||
# git add *.json
|
||||
# git commit -m "Add benchmarks results for ${{ github.sha }}"
|
||||
# git push
|
||||
# cd ..
|
||||
- name: Push benchmark results
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Pushing benchmark results..."
|
||||
cd gh-pages
|
||||
git config user.name github-actions
|
||||
git config user.email github@users.noreply.github.com
|
||||
git add *.json
|
||||
git commit -m "Add benchmarks results for ${{ github.sha }}"
|
||||
git push
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue