This commit is contained in:
zinduolis
2024-10-24 15:40:00 +10:00
parent ac110a3c53
commit 37cca9b2a2

View File

@@ -0,0 +1,13 @@
name: 'BrowserStack Credentials Check'
on:
pull_request:
branches: [ master ]
jobs:
test-browserstack-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