Skip to content

Commit

Permalink
✅ Add artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Apr 5, 2024
1 parent 62f284e commit 08b3a07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08b3a07

Please sign in to comment.