Skip to content

Commit 83bfebe

Browse files
Erik Bylundkirre-bylund
authored andcommitted
fix: Disable functional tests (not working)
1 parent 4fc06a5 commit 83bfebe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests-and-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ on:
1717

1818
jobs:
1919
functional-tests:
20-
name: Functional tests with config ${{ matrix.unityVersion }}-${{ matrix.testMode }}-${{ matrix.jsonLibrary }}
20+
name: DISABLED Functional tests with config ${{ matrix.unityVersion }}-${{ matrix.testMode }}-${{ matrix.jsonLibrary }}
2121
runs-on: ubuntu-latest
22+
#Disable for now, will be replaced by "Integraton tests"
23+
if: ${{ true == false }}
2224
timeout-minutes: 20
2325
strategy:
2426
fail-fast: false

0 commit comments

Comments
 (0)