We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaf481 commit f5d7ea1Copy full SHA for f5d7ea1
.github/workflows/dotnet.yml
@@ -48,11 +48,10 @@ jobs:
48
- name: Dependencies
49
run: |
50
pwd # DEBUG
51
- ls # DEBUG
52
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
+ ls ../ # DEBUG
53
sudo apt update
54
sudo apt install dotnet6 zip -y
55
- dotnet test --configuration Release
+ dotnet test ../ --configuration Release
56
57
deployRelease:
58
if: github.ref == 'refs/heads/main'
0 commit comments