Skip to content

Commit 5b4bc65

Browse files
committed
Add cd operation
1 parent e802d64 commit 5b4bc65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ 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
21-
run: dotnet restore
23+
run: pwd && ls -la && dotnet restore
2224
- name: Build
2325
run: dotnet build --configuration Release --no-restore
2426
- name: Test

0 commit comments

Comments
 (0)