diff --git a/.github/workflows/External-Storage-Tests.yml b/.github/workflows/External-Storage-Tests.yml index da2918e8e..8a53a5b96 100644 --- a/.github/workflows/External-Storage-Tests.yml +++ b/.github/workflows/External-Storage-Tests.yml @@ -85,4 +85,4 @@ jobs: STORAGE_GOOGLECS_BUCKET_NAME: "javaclasses-unittests" STORAGE_GOOGLECS_FOLDER_NAME: "gxclasses" STORAGE_GOOGLECS_APPLICATION_NAME: "gxjavacloudstorageunittests" - run: dotnet test $Env:SolutionFile --no-restore --no-build --configuration $Env:Configuration + run: dotnet test $SolutionFile --no-restore --no-build --configuration $Configuration