From 68e78afc8f7c748eee626a9fd8c316da059bcfe1 Mon Sep 17 00:00:00 2001 From: Howard Braham Date: Tue, 10 Dec 2024 16:04:33 +0530 Subject: [PATCH] tmate --- .github/workflows/benchmark.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1e13f1c09996..81842512df7d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -15,23 +15,24 @@ jobs: test: name: Benchmark runs-on: ubuntu-latest + # container: cimg/node:20.18-browsers + # runs-on: [self-hosted, Linux, X64] container: image: selenium/standalone-chrome:126.0 options: --user root - # container: cimg/node:20.18-browsers - # runs-on: [self-hosted, Linux, X64] steps: - # - name: Docker - # uses: docker://cimg/node:20.18-browsers - - name: Checkout repository uses: actions/checkout@v4 + - name: Debugging with tmate + uses: ./.github/actions/actions-tmate + - name: Set up Node.js uses: actions/setup-node@v4 with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - run: corepack enable shell: bash @@ -52,9 +53,6 @@ jobs: Xvfb -ac :99 -screen 0 1280x1024x16 & export DISPLAY=:99 - # - name: Debugging with tmate - # uses: ./.github/actions/actions-tmate - - name: Run the benchmark run: yarn benchmark:chrome --out test-artifacts/chrome/benchmark/pageload.json --retries 2