Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teociaps committed Jul 11, 2024
1 parent 3e7934c commit 7749f00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
with:
filters: |
cosmosdb:
- 'FeatureManagement.Database.Abstractions/**'
- 'FeatureManagement.Database.CosmosDB/**'
- 'FeatureManagement.Database.CosmosDB.Tests/**'
- '**/FeatureManagement.Database.Abstractions/**'
- '**/FeatureManagement.Database.CosmosDB/**'
- '**/FeatureManagement.Database.CosmosDB.Tests/**'
cosmosdb_tests:
needs: check_cosmosdb_paths
Expand Down

0 comments on commit 7749f00

Please sign in to comment.