Skip to content

Commit 1511c23

Browse files
authored
Update build.yml
1 parent 159e034 commit 1511c23

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,8 @@ jobs:
1616
- name: Setup dotnet
1717
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: '8.*'
19+
dotnet-version: '8.0'
2020

2121
- name: build
2222
run: dotnet build
23-
working-directory: .
24-
25-
- name: test
26-
run: |
27-
dotnet test
28-
if [ $? -eq 0 ]; then
29-
echo TESTS PASSED
30-
else
31-
echo TESTS FAILED
32-
exit 1
33-
fi
34-
working-directory: ./MyApp.Tests
35-
23+
working-directory: ./MyApp

0 commit comments

Comments
 (0)