Skip to content

Commit 73fc6c9

Browse files
authored
Added missing chechout
1 parent f5d7ea1 commit 73fc6c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run:
4040
shell: wsl-bash {0} # https://github.com/marketplace/actions/setup-wsl#default-shell
4141
steps:
42+
- uses: actions/checkout@v3
4243
- uses: Vampire/setup-wsl@v1
4344
with:
4445
distribution: Ubuntu-22.04
@@ -48,10 +49,10 @@ jobs:
4849
- name: Dependencies
4950
run: |
5051
pwd # DEBUG
51-
ls ../ # DEBUG
52+
ls # DEBUG
5253
sudo apt update
5354
sudo apt install dotnet6 zip -y
54-
dotnet test ../ --configuration Release
55+
dotnet test --configuration Release
5556
5657
deployRelease:
5758
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)