Skip to content

Commit 445e7e3

Browse files
committed
Add BS SDK installation
1 parent 25f0e52 commit 445e7e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/crossBrowserTesting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
echo '{ "sdk": { "version": "8.0.418", "rollForward": "latestMinor" } }' > global.json
7474
# - name: Restore .NET packages
7575
# run: dotnet restore -p:BrowserStack=true
76+
- name: Install BrowserStack SDK
77+
run: dotnet tool install --local browserstack-sdk --version 1.26.0
7678
- name: Restore Node modules
7779
run: |
7880
cd CSF.Screenplay.JsonToHtmlReport.Template/src

0 commit comments

Comments
 (0)