Test: Attempt to run benchmarks from different repo

This commit is contained in:
Allan Jeremy 2022-05-19 14:31:54 +03:00
parent 0bc2430e2e
commit 2ff83d6827

View file

@ -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