chore(ci): split dotnet restore and test in CI
This commit is contained in:
@@ -36,7 +36,9 @@ jobs:
|
|||||||
mkdir -p \"\$workdir\"
|
mkdir -p \"\$workdir\"
|
||||||
tar -xzf - -C \"\$workdir\"
|
tar -xzf - -C \"\$workdir\"
|
||||||
cd \"\$workdir\"
|
cd \"\$workdir\"
|
||||||
dotnet test backend/Socialize.slnx"
|
find . -type d \( -name bin -o -name obj \) -prune -exec rm -rf {} +
|
||||||
|
dotnet restore backend/Socialize.slnx
|
||||||
|
dotnet test backend/Socialize.slnx --no-restore"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
needs: test
|
needs: test
|
||||||
|
|||||||
Reference in New Issue
Block a user