Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardBraham committed Dec 10, 2024
1 parent 0d4401e commit 68e78af
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 68e78af

Please sign in to comment.