Skip to content

Commit afbb9cf

Browse files
committed
Fix error
1 parent f0b4687 commit afbb9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/External-Storage-Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
STORAGE_GOOGLECS_BUCKET_NAME: "javaclasses-unittests"
8686
STORAGE_GOOGLECS_FOLDER_NAME: "gxclasses"
8787
STORAGE_GOOGLECS_APPLICATION_NAME: "gxjavacloudstorageunittests"
88-
run: dotnet test $Env:SolutionFile --no-restore --no-build --configuration $Env:Configuration
88+
run: dotnet test $SolutionFile --no-restore --no-build --configuration $Configuration

0 commit comments

Comments
 (0)