Skip to content

Commit

Permalink
Test: Attempt to run benchmarks from different repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed May 19, 2022
1 parent 0bc2430 commit 2ff83d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ff83d6

Please sign in to comment.