Skip to content

[Snyk] Upgrade @actions/cache from 3.1.2 to 3.2.2 #20

[Snyk] Upgrade @actions/cache from 3.1.2 to 3.2.2

[Snyk] Upgrade @actions/cache from 3.1.2 to 3.2.2 #20

Workflow file for this run

name: example-edge
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress info
uses: ./
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/chrome
browser: edge