Skip to content

chore(deps): update actions/download-artifact action to v4 #192

chore(deps): update actions/download-artifact action to v4

chore(deps): update actions/download-artifact action to v4 #192

Workflow file for this run

name: E2E on Chrome
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-20.04
# let's make sure our tests pass on Chrome browser
name: E2E on Chrome
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/github-action@v2
with:
browser: chrome
record: true
group: Tests on Chrome
env: lastName=Smith
env:
CYPRESS_firstName: Joe
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}