Skip to content

Commit

Permalink
Core | Test: Update Push action script
Browse files Browse the repository at this point in the history
  • Loading branch information
lee00678 committed Jul 17, 2024
1 parent 3375205 commit 47ea591
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Percy Testing
name: Cypress Percy Tests

on: [push]

Expand All @@ -19,6 +19,9 @@ jobs:
- name: Start server
run: cd packages/dev; npm run serve & sleep 5
- name: Run tests
run: cd packages/dev; npm run test
run: cd packages/dev; npm install --save-dev @percy/cli
run: npm test
env:
PERCY_TOKEN: $
- name: Stop server
run: pkill -f "serve dist -s -p 9501"

0 comments on commit 47ea591

Please sign in to comment.