Skip to content

Commit afadaaf

Browse files
Add check out step
1 parent f7cd9a3 commit afadaaf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@ jobs:
3434
- 29015:29015
3535

3636
steps:
37+
- name: Check Out Code
38+
uses: actions/cehckout@v4
3739
- name: Setup .NET Core SDK
3840
uses: actions/setup-dotnet@v4.0.0
3941
with:
4042
dotnet-version: 8.x
41-
- name: Show current location
42-
run: pwd
43-
- name: Show files at current location
44-
run: ls -l
43+
# - name: Show current location
44+
# run: pwd
45+
# - name: Show files at current location
46+
# run: ls -l
4547
- name: Restore dependencies
4648
run: dotnet restore src/MyWebLog.sln
4749
- name: Build (${{ matrix.dotnet-version }})

0 commit comments

Comments
 (0)