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 3bcd528 commit 4084766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ 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
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 }}
Expand Down

0 comments on commit 4084766

Please sign in to comment.