Skip to content

Commit 8909d82

Browse files
committed
actions
1 parent 3e970cf commit 8909d82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
steps:
1919

20+
- name: checkout
21+
uses: actions/checkout@v3
22+
2023
- name: docker run fake-gcs-server
2124
run: |
2225
docker run -d --name fake-gcs-server -p 4443:4443 -v ${PWD}/examples/data:/data fsouza/fake-gcs-server -scheme http -external-url "http://localhost:4443"
@@ -27,7 +30,6 @@ jobs:
2730
curl http://localhost:4443
2831
2932
30-
- uses: actions/checkout@v3
3133
- name: Setup .NET
3234
uses: actions/setup-dotnet@v3
3335
with:

0 commit comments

Comments
 (0)