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 37bcfe9 commit 4857c4dCopy full SHA for 4857c4d
.github/dependabot.yml
@@ -4,6 +4,8 @@ updates:
4
directory: "/" # Location of package manifests
5
schedule:
6
interval: "weekly"
7
+ ignore:
8
+ - dependency-name: "*Selenium*"
9
10
- package-ecosystem: "github-actions" # See documentation for possible values
11
.github/workflows/build-and-test.yml
@@ -48,4 +48,4 @@ jobs:
48
- run: |
49
echo Installed chromium version: ${{ steps.setup-chrome.outputs.chrome-version }}
50
- name: Test
51
- run: dotnet test --no-build --configuration Release --verbosity normal
+ run: dotnet test --filter FullyQualifiedName!~ExampleTests --no-build --configuration Release --verbosity normal
0 commit comments