diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 9405dc69..ba369169 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -2,15 +2,11 @@ name: Artifacts on: [push] jobs: cypress-run: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: Artifacts steps: - uses: actions/checkout@v3 - uses: cypress-io/github-action@v5 - with: - env: lastName=Smith - env: - CYPRESS_firstName: Joe # after the test run completes # store videos and any screenshots