Test browserstack creds
This commit is contained in:
7
.github/workflows/github_actions.yml
vendored
7
.github/workflows/github_actions.yml
vendored
@@ -5,6 +5,13 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
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:
|
approve:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user