Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 authored May 6, 2024
1 parent 4084766 commit 71aae0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,4 @@ jobs:
npm run bundle
- name: Run BrowserStack Test
run: |
CLOUD_USERNAME=$BS_USERNAME CLOUD_KEY=$BS_PASSWORD BS_ANDROID_CLOUD_APP=$BS_ANDROID_CLOUD_APP npm run test-parallel-bs
env:
BS_USERNAME: ${{ vars.BS_USERNAME }}
BS_PASSWORD: ${{ vars.BS_PASSWORD }}
BS_ANDROID_CLOUD_APP: ${{ vars.BS_ANDROID_CLOUD_APP }}
CLOUD_USERNAME=${{ env.BS_USERNAME }} CLOUD_KEY=${{ env.BS_PASSWORD }} BS_ANDROID_CLOUD_APP=${{ env.BS_ANDROID_CLOUD_APP }} npm run test-parallel-bs

0 comments on commit 71aae0e

Please sign in to comment.