Skip to content

Commit 37cca9b

Browse files
committed
Testing
1 parent ac110a3 commit 37cca9b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'BrowserStack Credentials Check'
2+
3+
on:
4+
pull_request:
5+
branches: [ master ]
6+
7+
jobs:
8+
test-browserstack-creds:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Test BrowserStack credentials
12+
run: |
13+
curl -u "${{ secrets.BROWSERSTACK_USERNAME }}:${{ secrets.BROWSERSTACK_ACCESS_KEY }}" https://api.browserstack.com/automate/plan.json

0 commit comments

Comments
 (0)