Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Aug 15, 2023
1 parent d715753 commit 3a6a3da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Browserstack tests
on:
release:
types: [published]
pull_request:
branches:
- master
workflow_dispatch
# release:
# types: [published]
# pull_request:
# branches:
# - master
jobs:
browserstack:
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ module.exports = defineConfig({
experimentalStudio: true,
videoCompression: false,
e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
},
})

0 comments on commit 3a6a3da

Please sign in to comment.