We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a76e5 commit 09fe0ecCopy full SHA for 09fe0ec
.github/workflows/build-test.yml
@@ -13,4 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v1
15
- name: Run a one-line script
16
- run: pwsh ./Selenium.tests.ps1
+ run: |
17
+ pwsh -Command "Install-Module Pester -Force -Scope CurrentUser"
18
+ pwsh ./Selenium.tests.ps1
19
+
0 commit comments