mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Attempting to use different directories for checkout of luau repos
This commit is contained in:
parent
efe216475d
commit
0946952d58
1 changed files with 11 additions and 0 deletions
11
.github/workflows/benchmark.yml
vendored
11
.github/workflows/benchmark.yml
vendored
|
@ -48,6 +48,9 @@ jobs:
|
|||
- name: Run benchmark
|
||||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Cd 1 level up and create gh-pages dir then cd into it
|
||||
run: cd .. && mkdir gh-pages && cd gh-pages
|
||||
|
||||
- name: Switch to & checkout gh-pages repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -62,6 +65,14 @@ jobs:
|
|||
git pull
|
||||
git status
|
||||
|
||||
- name: Cd back to root before checking out original repo
|
||||
run: cd ..
|
||||
|
||||
- name: Switch to original luau repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
#Run `github-action-benchmark` action
|
||||
- name: Store ${{ matrix.bench.title }} result
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
|
|
Loading…
Add table
Reference in a new issue