Skip to content

Commit

Permalink
cypress action
Browse files Browse the repository at this point in the history
  • Loading branch information
binrysearch committed Jul 7, 2024
1 parent af16169 commit ae0c8cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm test
- run: npm test:jest
env:
CI: true
- name: Cypress run
uses: cypress-io/github-action@v6

0 comments on commit ae0c8cb

Please sign in to comment.