8000 chore(deps): update dependency @stylistic/eslint-plugin to v5.4.0 · cypress-io/github-action@3e9b1c4 · GitHub
[go: up one dir, main page]

Skip to content

chore(deps): update dependency @stylistic/eslint-plugin to v5.4.0 #187

chore(deps): update dependency @stylistic/eslint-plugin to v5.4.0

chore(deps): update dependency @stylistic/eslint-plugin to v5.4.0 #187

name: example-chrome-for-testing
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Chrome for Testing
# https://github.com/browser-actions/setup-chrome
uses: browser-actions/setup-chrome@v2
with:
chrome-version: 140
- name: Cypress info
uses: ./ # if copying, replace with cypress-io/github-action@v6
with:
# just for full picture after installing Cypress
# print information about detected browsers, etc
# see https://on.cypress.io/command-line#cypress-info
build: npm run info
working-directory: examples/browser
browser: chrome-for-testing
0