Skip to content

Commit f6934f3

Browse files
author
CIS Guru
committed
fix: Update CI workflow to use new numbered directory structure
Updated test path from Aquiis.SimpleStart.Tests to 6-Tests/Aquiis.Application.Tests to reflect the new numbered directory organization.
1 parent cd66f13 commit f6934f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: dotnet build Aquiis.sln --no-restore --configuration Release
2727

2828
- name: Run focused tests
29-
run: dotnet test Aquiis.SimpleStart.Tests/Aquiis.SimpleStart.Tests.csproj --no-build --configuration Release --verbosity normal
29+
run: dotnet test 6-Tests/Aquiis.Application.Tests/Aquiis.Application.Tests.csproj --no-build --configuration Release --verbosity normal

0 commit comments

Comments
 (0)