Skip to content

Commit b0fd083

Browse files
committed
Add cd operation
1 parent e802d64 commit b0fd083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: 3.1.301
20+
- name: Go to "Code" dir
21+
run: cd Code && pwd && ls -la
2022
- name: Install dependencies
2123
run: dotnet restore
2224
- name: Build

0 commit comments

Comments
 (0)