Skip to content

Commit

Permalink
Re-enable BrowserStack Automate
Browse files Browse the repository at this point in the history
Re-enable use of BrowserStack Automate.
  • Loading branch information
martincostello committed Oct 9, 2024
1 parent 79525a2 commit 79133de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Configure BrowserStack credentials
#if: github.event.repository.fork == false && github.actor == 'martincostello'
# HACK Skipfor now due to https://github.com/microsoft/playwright-dotnet/issues/2731
if: false
if: github.event.repository.fork == false && github.actor == 'martincostello'
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_TOKEN: ${{ secrets.BROWSERSTACK_TOKEN }}
Expand Down

0 comments on commit 79133de

Please sign in to comment.