Skip to content

Commit

Permalink
get values for secrets githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 6, 2024
1 parent 5f4716e commit 496459b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ jobs:
npm run bundle
- name: Run BrowserStack Test
run: |
echo ${{ env.BS_USERNAME }}
echo ${{ secrets.BS_USERNAME }}
# 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
export CLOUD_USERNAME=${{ secrets.BS_USERNAME }}
export CLOUD_KEY=${{ secrets.BS_PASSWORD }}
export BS_ANDROID_CLOUD_APP= ${{ secrets.BS_ANDROID_CLOUD_APP }}
npm run test-parallel-bs

0 comments on commit 496459b

Please sign in to comment.