Debug: reorganize Print parent directory

Trying to understand the parent directory's structure
This commit is contained in:
Allan Jeremy 2022-05-19 16:19:17 +03:00
parent fbab5e9de7
commit c620192eff

View file

@ -34,6 +34,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Print parent directory
run: cd .. && ls
- name: Build Luau
run: make config=release luau luau-analyze
@ -48,9 +51,6 @@ 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