We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cc905 commit 7ac9a17Copy full SHA for 7ac9a17
.github/workflows/test.yaml
@@ -28,11 +28,7 @@ jobs:
28
with:
29
dotnet-version: '6.x'
30
31
- - name: Remove ChromeForTesting Nuget
32
- working-directory: ChromeForTesting
33
- run: dotnet remove ChromeForTesting.Tests package ChromeForTesting
34
-
35
- - name: Install latest ChromeForTesting Nuget
+ - name: Update to latest ChromeForTesting Nuget
36
working-directory: ChromeForTesting
37
run: dotnet add ChromeForTesting.Tests package ChromeForTesting
38
0 commit comments