Skip to content

Commit

Permalink
Exclude uitests (#119)
Browse files Browse the repository at this point in the history
* Exclude example UI tests from build
* Remove selenium from dependabot (for compatibility reasons, we sometimes don't want to keep up-to-date.)
  • Loading branch information
PandaMagnus authored Apr 3, 2024
1 parent ebcc252 commit 2c818c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
selenium-dependencies:
patterns:
- "Selenium*"

- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
- uses: nanasess/setup-chromedriver@v2
- name: Test
run: dotnet test --no-build --configuration Release --verbosity normal
run: dotnet test --filter FullyQualifiedName!~Selenate.Examples --no-build --configuration Release --verbosity normal

automerge:
needs: [build-and-test]
Expand Down

0 comments on commit 2c818c3

Please sign in to comment.