Skip to content

Commit f5d7ea1

Browse files
authored
more fiddeling with current path
1 parent 1eaf481 commit f5d7ea1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ jobs:
4848
- name: Dependencies
4949
run: |
5050
pwd # DEBUG
51-
ls # DEBUG
52-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
51+
ls ../ # DEBUG
5352
sudo apt update
5453
sudo apt install dotnet6 zip -y
55-
dotnet test --configuration Release
54+
dotnet test ../ --configuration Release
5655
5756
deployRelease:
5857
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)