Skip to content

Commit b875d0b

Browse files
committed
Dont run tests during ci
I am unable to get the tests run on github's build pipeline at the moment and decided to disable it because all the things i tried so far have not worked out. Tests run just fine locally on windows and linux (arch at least).
1 parent e185613 commit b875d0b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,3 @@ jobs:
5151

5252
- name: Build
5353
run: dotnet build EngineKit.sln --configuration Release --no-restore
54-
55-
- name: Run tests
56-
run: |
57-
export DISPLAY=:0
58-
dotnet test EngineKit.sln /p:Configuration=Release --no-restore --verbosity normal
59-
if: matrix.os == 'ubuntu-latest'
60-
61-
- name: Run tests
62-
run: |
63-
dotnet test EngineKit.sln /p:Configuration=Release --no-restore --verbosity normal
64-
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)