Skip to content

Commit dcd5665

Browse files
committed
Fix dotnet test command syntax for --solution flag
1 parent 235a39c commit dcd5665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- name: Run Tests with Timeout
4343
run: |
4444
echo "Starting tests with 10 minute timeout..."
45-
dotnet test Foundatio.AWS.slnx --configuration Release --no-build --timeout 10m --verbosity detailed 2>&1 || true
45+
dotnet test --solution Foundatio.AWS.slnx --configuration Release --no-build --timeout 10m --verbosity detailed 2>&1 || true
4646
timeout-minutes: 12

0 commit comments

Comments
 (0)