Skip to content

Commit

Permalink
Update browserstack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 authored Apr 11, 2021
1 parent 07184fb commit e5ea66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Browserstack tests
on: [release]
on: [push]
jobs:
browserstack:
runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
- name: 'Install & Start'
run: |
npm ci
npm run serve & npx wait-on http://localhost:8080
npm run serve:test & npx wait-on http://localhost:8088
- run: npm run browserstack
- name: 'Stop BrowserStackLocal'
uses: 'browserstack/github-actions/setup-local@master'
Expand Down

0 comments on commit e5ea66b

Please sign in to comment.