Skip to content

Commit

Permalink
adding new yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mishal.alexander committed Jan 4, 2024
1 parent 0c04832 commit 98f7133
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/script-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sanity Test for Add to Cart Flow
on: push
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3

# Install npm dependencies, cache them correctly
# and run all Cypress tests

- name: Cypress run
uses: cypress-io/github-action@v5
with:
command: npm run test:addToCart

0 comments on commit 98f7133

Please sign in to comment.