Debugging runner directories

This commit is contained in:
Allan Jeremy 2022-05-19 15:25:02 +03:00
parent 5975d556fe
commit 3545cc8bdf

View file

@ -65,8 +65,8 @@ jobs:
git pull git pull
git status git status
- name: Cd back to root before checking out original repo - name: Cd back to luau before checking out original repo
run: cd .. && pwd && ls run: cd ../luau && pwd && ls
- name: Switch to original luau repo - name: Switch to original luau repo
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -83,7 +83,7 @@ jobs:
output-file-path: ${{ matrix.bench.script }}-output.txt output-file-path: ${{ matrix.bench.script }}-output.txt
# This should map to thebenchmark results repo # This should map to thebenchmark results repo
external-data-json-path: ./dev/bench/data.json external-data-json-path: ../gh-pages/dev/bench/data.json
alert-threshold: 150% alert-threshold: 150%
fail-threshold: 200% fail-threshold: 200%
fail-on-alert: true fail-on-alert: true