mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Test: Attempt to run benchmarks from different repo
This commit is contained in:
parent
0bc2430e2e
commit
2ff83d6827
1 changed files with 6 additions and 2 deletions
8
.github/workflows/benchmark.yml
vendored
8
.github/workflows/benchmark.yml
vendored
|
@ -49,10 +49,14 @@ jobs:
|
|||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Checkout gh-pages
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
|
||||
run: |
|
||||
git status
|
||||
git fetch --no-tags --depth=1 origin gh-pages
|
||||
git checkout --track origin/gh-pages
|
||||
git fetch --no-tags --depth=1 origin main
|
||||
git checkout --track origin/main
|
||||
git pull
|
||||
git status
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue