Skip to content

Commit e3759f8

Browse files
committed
skip tests
1 parent e24ddfb commit e3759f8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
run: dotnet build
2424
working-directory: .
2525

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
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
3636

0 commit comments

Comments
 (0)