Skip to content

Commit 233e803

Browse files
author
Oleksii Sokol
committed
fix
1 parent 36cba24 commit 233e803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test
5050
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=ManagedCode.Repository.Tests/lcov.info
5151
- name: docker run fake-gcs-server
52-
run: |
52+
run: |
5353
docker run -d --name fake-gcs-server -p 8081:8081 -v ${PWD}/examples/data:/data fsouza/fake-gcs-server -scheme http -external-url "http://localhost:8081"
5454
sleep 5s
5555

0 commit comments

Comments
 (0)