Skip to content

Commit

Permalink
pick values from vars
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 6, 2024
1 parent 496459b commit 5e5d6ba
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=${{ secrets.BS_USERNAME }}
export CLOUD_KEY=${{ secrets.BS_PASSWORD }}
export BS_ANDROID_CLOUD_APP= ${{ secrets.BS_ANDROID_CLOUD_APP }}
export CLOUD_USERNAME=${{ vars.BS_USERNAME }}
export CLOUD_KEY=${{ vars.BS_PASSWORD }}
export BS_ANDROID_CLOUD_APP= ${{ vars.BS_ANDROID_CLOUD_APP }}
npm run test-parallel-bs

0 comments on commit 5e5d6ba

Please sign in to comment.