Skip to content

Commit 962a36a

Browse files
StevenTCramerclaude
andcommitted
Update CI/CD workflow to use kebab-case directories
- Change Source/** to source/** in path filters - Change Tests/** to tests/** in path filters - Update test path from Tests/TimeWarp.OptionsValidation.Tests to tests/timewarp-options-validation-tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 16ec964 commit 962a36a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'Source/**'
9-
- 'Tests/**'
8+
- 'source/**'
9+
- 'tests/**'
1010
- '.github/workflows/**'
1111
- 'Directory.Build.props'
1212
- 'Directory.Packages.props'
1313
pull_request:
1414
branches:
1515
- master
1616
paths:
17-
- 'Source/**'
18-
- 'Tests/**'
17+
- 'source/**'
18+
- 'tests/**'
1919
- '.github/workflows/**'
2020
- 'Directory.Build.props'
2121
- 'Directory.Packages.props'
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Test
5252
run: |
53-
cd Tests/TimeWarp.OptionsValidation.Tests
53+
cd tests/timewarp-options-validation-tests
5454
dotnet tool restore
5555
dotnet restore
5656
dotnet fixie --configuration Release

0 commit comments

Comments
 (0)