Skip to content

Commit

Permalink
Remove chrome setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Aug 10, 2023
1 parent 1e2ba19 commit fa7e2a0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,6 @@ jobs:
--output ./k6extension \
--with github.com/grafana/xk6-browser=.
./k6extension version
- name: Install Chrome dependencies
if: runner.os == 'Linux'
run: "${GITHUB_WORKSPACE}/.github/bin/install_chrome_deps_linux.sh"
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- name: Chrome version
if: runner.os != 'Windows'
run: chrome --version
- name: Chrome version
if: runner.os == 'Windows'
shell: pwsh
# chrome --version doesn't work on Windows :-/
# See https://bugs.chromium.org/p/chromium/issues/detail?id=158372
run: (get-command chrome.exe).Version
- name: Run E2E tests
run: |
set -x
Expand Down

0 comments on commit fa7e2a0

Please sign in to comment.