Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dualcnhq committed May 14, 2024
1 parent 16e143b commit f3756c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/call-run-browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm ci
run: |
npm ci
echo ${{ secrets.BROWSERSTACK_USERNAME }}
echo ${{ secrets.BROWSERSTACK_ACCESS_KEY }}

- name: 'BrowserStack Env Setup'
uses: 'browserstack/github-actions/setup-env@master'
Expand Down

0 comments on commit f3756c4

Please sign in to comment.