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 status
- name: Cd back to root before checking out original repo
run: cd .. && pwd && ls
- name: Cd back to luau before checking out original repo
run: cd ../luau && pwd && ls
- name: Switch to original luau repo
uses: actions/checkout@v3
@ -83,7 +83,7 @@ jobs:
output-file-path: ${{ matrix.bench.script }}-output.txt
# 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%
fail-threshold: 200%
fail-on-alert: true