We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235a39c commit dcd5665Copy full SHA for dcd5665
.github/workflows/build.yml
@@ -42,5 +42,5 @@ jobs:
42
- name: Run Tests with Timeout
43
run: |
44
echo "Starting tests with 10 minute timeout..."
45
- dotnet test Foundatio.AWS.slnx --configuration Release --no-build --timeout 10m --verbosity detailed 2>&1 || true
+ dotnet test --solution Foundatio.AWS.slnx --configuration Release --no-build --timeout 10m --verbosity detailed 2>&1 || true
46
timeout-minutes: 12
0 commit comments