From ac110a3c530baabea0e01a881077a34ef92eae78 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Thu, 24 Oct 2024 15:29:35 +1000 Subject: [PATCH] Test browserstack creds --- .github/workflows/github_actions.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 08dd408f4..98791b247 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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