Skip to content

Commit

Permalink
Core | Test: Update Actions to trigger test when merge to main, add p…
Browse files Browse the repository at this point in the history
…ercy integration via browserstack
  • Loading branch information
lee00678 committed Aug 1, 2024
1 parent cce3bc7 commit 86f9ed0
Show file tree
Hide file tree
Showing 19 changed files with 115 additions and 147 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Cypress Percy Tests

on: [push]
on:
push:
branches:
- main

jobs:
build:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,5 @@
},
"lint-staged": {
"*.{js,ts,jsx,tsx,svelte}": "eslint --quiet --cache --fix"
},
"dependencies": {
"seedrandom": "^3.0.5"
}
}
1 change: 0 additions & 1 deletion packages/dev/cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from 'cypress'
// import webpackConfig from './webpack.config'

export default defineConfig({
e2e: {
Expand Down
Loading

0 comments on commit 86f9ed0

Please sign in to comment.