mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug: Print parent directory
Trying to understand the parent directory's structure
This commit is contained in:
parent
3f124be241
commit
fbab5e9de7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/benchmark.yml
vendored
3
.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: Print parent directory
|
||||
run: cd .. && ls
|
||||
|
||||
- name: Cd 1 level up and create gh-pages dir then cd into it
|
||||
run: ls && cd .. && mkdir gh-pages && cd gh-pages && pwd && ls
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue