Skip to content

Commit

Permalink
chore: debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherferreira9 committed Feb 8, 2024
1 parent 52ab739 commit 5e55b74
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/e2e-android-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.18.2'

- name: Install dependencies
run: yarn install && cd e2e && yarn install && cd ..

# Create .android.env with inputs in the /e2e directory
- name: Create .android.env
working-directory: ./e2e
run: |
jq --version
browserstack_api_url="https://api-cloud.browserstack.com/app-automate/recent_apps/"
response=$(curl -s -u "$BROWSERSTACK_API_USERNAME:$BROWSERSTACK_API_PASSWORD" "$browserstack_api_url")
echo "response: $response"
Expand Down

0 comments on commit 5e55b74

Please sign in to comment.