Debug WIP: Updated step names & removed debug commands

This commit is contained in:
Allan Jeremy 2022-05-24 20:12:56 +03:00
parent d003dc1616
commit 26b5e3bcfa
2 changed files with 5 additions and 7 deletions

View file

@ -57,18 +57,16 @@ jobs:
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt
- name: Navigate to root dir, create gh-pages dir then navigate into it
run: cd .. && ls && ls gh-pages && mkdir gh-pages && cd gh-pages && pwd
run: cd .. && mkdir gh-pages && cd gh-pages && pwd
- name: Switch to & checkout gh-pages repo
- name: Switch to & checkout benchmark results (gh-pages) repo
uses: actions/checkout@v3
with:
repository: AllanJeremy/luau-benchmark-results
ref: "main"
token: "${{ secrets.BENCH_GITHUB_TOKEN }}"
- run: pwd
- name: Checkout gh-pages
- name: Checkout benchmark results (gh-pages)
run: |
git status
git fetch --no-tags --depth=1 origin main

View file

@ -51,13 +51,13 @@ jobs:
- name: Navigate to root dir, create gh-pages dir then navigate into it
run: cd .. && mkdir gh-pages && cd gh-pages
- name: Switch to & checkout gh-pages repo
- name: Switch to & checkout benchmark results (gh-pages) repo
uses: actions/checkout@v3
with:
repository: AllanJeremy/luau-benchmark-results
ref: "main"
- name: Checkout gh-pages
- name: Checkout benchmark results (gh-pages)
run: |
git status
git fetch --no-tags --depth=1 origin main