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 f5d7ea1 commit 73fc6c9Copy full SHA for 73fc6c9
.github/workflows/dotnet.yml
@@ -39,6 +39,7 @@ jobs:
39
run:
40
shell: wsl-bash {0} # https://github.com/marketplace/actions/setup-wsl#default-shell
41
steps:
42
+ - uses: actions/checkout@v3
43
- uses: Vampire/setup-wsl@v1
44
with:
45
distribution: Ubuntu-22.04
@@ -48,10 +49,10 @@ jobs:
48
49
- name: Dependencies
50
run: |
51
pwd # DEBUG
- ls ../ # DEBUG
52
+ ls # DEBUG
53
sudo apt update
54
sudo apt install dotnet6 zip -y
- dotnet test ../ --configuration Release
55
+ dotnet test --configuration Release
56
57
deployRelease:
58
if: github.ref == 'refs/heads/main'
0 commit comments