From 08b3a072d84ac24e0abd741e11c3cc73437fff8a Mon Sep 17 00:00:00 2001 From: Foysal Ahamed Date: Fri, 5 Apr 2024 21:26:55 +0200 Subject: [PATCH] :white_check_mark: Add artifacts --- .github/workflows/artifacts.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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