Skip to content

chore(deps): update github artifact actions (major) #2025

chore(deps): update github artifact actions (major)

chore(deps): update github artifact actions (major) #2025

name: example-yarn-classic
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:
jobs:
yarn-classic:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Test with Yarn Classic
uses: ./ # if copying, replace with cypress-io/github-action@v6
with:
working-directory: examples/yarn-classic