Skip to content

Commit

Permalink
check env in gitactions
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 6, 2024
1 parent 45cc9f9 commit 70287d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
npm run bundle
- name: Run BrowserStack Test
run: |
echo "${{ env.BS_USERNAME }}"
export CLOUD_USERNAME=${{ env.BS_USERNAME }}
export CLOUD_KEY=${{ env.BS_PASSWORD }}
export BS_ANDROID_CLOUD_APP= ${{ env.BS_ANDROID_CLOUD_APP }}
Expand Down

0 comments on commit 70287d5

Please sign in to comment.