From a34c9d488e10f3608a4fcb742f86591cac90eb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dobrza=C5=84ski?= Date: Tue, 22 Aug 2023 12:57:32 +0200 Subject: [PATCH] fix: remove editmode tests --- .github/workflows/run-tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ecb56e72..93061202 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -33,14 +33,6 @@ jobs: uses: ./.github/.release/actions/actions/installers/unity with: unity-version: "2020.3.22f1" - - name: Unit tests - uses: ./.github/.release/actions/actions/runners/unity - with: - project-path: ./PubNubUnity - test-mode: edit - license-username: ${{ secrets.UNITYCI_NEW_USER }} - license-password: ${{ secrets.UNITYCI_NEW_PASS }} - license-serial: ${{ secrets.UNITYCI_NEW_SERIAL }} - name: Integration tests uses: ./.github/.release/actions/actions/runners/unity with: