We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24ddfb commit e3759f8Copy full SHA for e3759f8
.github/workflows/build.yml
@@ -23,14 +23,14 @@ jobs:
23
run: dotnet build
24
working-directory: .
25
26
- - name: test
27
- run: |
28
- dotnet test
29
- if [ $? -eq 0 ]; then
30
- echo TESTS PASSED
31
- else
32
- echo TESTS FAILED
33
- exit 1
34
- fi
35
- working-directory: ./BlazorDiffusion.Tests
+ # - name: test
+ # run: |
+ # dotnet test
+ # if [ $? -eq 0 ]; then
+ # echo TESTS PASSED
+ # else
+ # echo TESTS FAILED
+ # exit 1
+ # fi
+ # working-directory: ./BlazorDiffusion.Tests
36
0 commit comments