Skip to content

Commit

Permalink
ci: add cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
tednaaa committed Jun 25, 2023
1 parent e0de124 commit 3fb3b60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ['main']

jobs:
build:
test:
runs-on: ubuntu-latest

strategy:
Expand All @@ -27,3 +27,6 @@ jobs:
- run: npm run lint
- run: npm run format:check
- run: npm test
cypress-run:
steps:
uses: cypress-io/github-action@v5

0 comments on commit 3fb3b60

Please sign in to comment.