Skip to content

Commit

Permalink
Test browserstack creds
Browse files Browse the repository at this point in the history
  • Loading branch information
zinduolis committed Oct 24, 2024
1 parent b760016 commit ac110a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
branches: [ master ]

jobs:
test-browserstacks-creds:
runs-on: ubuntu-latest
steps:
- name: Test BrowserStack credentials
run: |
curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" https://api.browserstack.com/automate/plan.json
approve:
runs-on: ubuntu-latest

Expand Down

0 comments on commit ac110a3

Please sign in to comment.