Skip to content

Commit

Permalink
fix env variables for bs
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 6, 2024
1 parent 086fb4e commit 45cc9f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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: |
export CLOUD_USERNAME=$BS_USERNAME
export CLOUD_KEY=$BS_PASSWORD
export BS_ANDROID_CLOUD_APP=$BS_ANDROID_CLOUD_APP
export CLOUD_USERNAME=${{ env.BS_USERNAME }}
export CLOUD_KEY=${{ env.BS_PASSWORD }}
export BS_ANDROID_CLOUD_APP= ${{ env.BS_ANDROID_CLOUD_APP }}
npm run test-parallel-bs

0 comments on commit 45cc9f9

Please sign in to comment.