Skip to content

Commit 09fe0ec

Browse files
authored
Update build-test.yml
1 parent 28a76e5 commit 09fe0ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Run a one-line script
16-
run: pwsh ./Selenium.tests.ps1
16+
run: |
17+
pwsh -Command "Install-Module Pester -Force -Scope CurrentUser"
18+
pwsh ./Selenium.tests.ps1
19+

0 commit comments

Comments
 (0)