Skip to content

Commit 5b65803

Browse files
Update test.yml
updated so that 8.0 and 9.0 tests run
1 parent fddf901 commit 5b65803

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ jobs:
6262
dotnet test "$proj" \
6363
--no-build \
6464
--configuration ${{ env.BUILD_CONFIGURATION }} \
65-
--framework net9.0 \
6665
--logger "trx;LogFileName=$(basename $proj).trx" \
6766
--results-directory ./TestResults
6867
done
69-
68+
7069
if [ "$found" = false ]; then
7170
echo "⚠️ No test projects (*.Tests.csproj) were found in this repository."
7271
exit 1

0 commit comments

Comments
 (0)