Skip to content

Commit

Permalink
Last version of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
croblesm committed Jun 29, 2024
1 parent a76ae6f commit c15390d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 40 deletions.
37 changes: 0 additions & 37 deletions azuresql-devcontainers.sln

This file was deleted.

2 changes: 1 addition & 1 deletion test/dotnet-aspire/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ check "dotnet" dotnet --info
check "nuget" dotnet restore
check "msbuild" dotnet msbuild
rm -rf ./obj ./bin
rm -rf ../../azuresql-devcontainers.sln
rm -rf /workspaces/azuresql-devcontainers/azuresql-devcontainers.sln
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 10"
check "nvm-node" bash -c ". /usr/local/share/nvm/nvm.sh && node --version"
check "yarn" bash -c ". /usr/local/share/nvm/nvm.sh && yarn --version"
Expand Down
5 changes: 3 additions & 2 deletions test/dotnet/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ check "dotnet" dotnet --info
check "nuget" dotnet restore
check "msbuild" dotnet msbuild
rm -rf ./obj ./bin
rm -rf ../../azuresql-devcontainers.sln
rm -rf /workspaces/azuresql-devcontainers/azuresql-devcontainers.sln
check "nvm" bash -c ". /usr/local/share/nvm/nvm.sh && nvm install 10"
check "nvm-node" bash -c ". /usr/local/share/nvm/nvm.sh && node --version"
check "yarn" bash -c ". /usr/local/share/nvm/nvm.sh && yarn --version"

# Report result
reportResults
reportResults

1 change: 1 addition & 0 deletions test/test-utils/tests-by-template.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Smoke tests
# .NET
cd /workspaces/azuresql-devcontainers
./.github/actions/smoke-test/build-dotnet.sh dotnet
./.github/actions/smoke-test/test-dotnet.sh dotnet

Expand Down

0 comments on commit c15390d

Please sign in to comment.