Skip to content

Commit

Permalink
testing for cypress in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Sep 12, 2023
1 parent 49274fc commit 71b9741
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# TODO(alishaevn): remove the references to the github package registry
# TODO(alishaevn): run the cypress tests during this action

# name: Test Suite
# on:
# push: {}
# jobs:
name: Test Suite
on:
push: {}
jobs:
cypress-run:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v6
with:
start: yarn dev
component: true
browser: chrome
# build:
# runs-on: ubuntu-latest
# permissions:
Expand Down

0 comments on commit 71b9741

Please sign in to comment.