Skip to content

Commit

Permalink
Updates to workflow files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed Jan 22, 2024
1 parent 05b100d commit 6b76ae6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
local-identifier: random

- name: Run BrowserStack tests
run: |
set -xeuo pipefail
cd tests
run: yarn test-bslocal -e default,firefox,edge,safari -o reports

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist
ssh-key: ${{ secrets.DEPLOY_KEY }}
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
local-identifier: random

- name: Run BrowserStack tests
run: |
set -xeuo pipefail
cd tests
run: yarn test-bslocal -e default,firefox,edge,safari -o reports

- name: 'BrowserStackLocal Stop' # Terminating the BrowserStackLocal tunnel connection
uses: browserstack/github-actions/setup-local@master
Expand Down

0 comments on commit 6b76ae6

Please sign in to comment.