summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2023-02-13 13:48:47 -0500
committerJoey Grover <joeygrover@gmail.com>2023-02-13 13:48:47 -0500
commit22ca1586612fcad44a20eab8d50a71c7e7660840 (patch)
tree1e627f8398f3b4837cc2ec355ff0f7a1487f19ea
parent7298065c50a4bb4dc2e18c5e4e53d037163f26dc (diff)
downloadsdl_android-test/unit_test_fix.tar.gz
Remove RPC Gen teststest/unit_test_fix
The pacakages used to test seem to have changed and there is no plan to update the tests to handle that.
-rw-r--r--.github/workflows/android.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 0aa33c484..d8d652c77 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -36,11 +36,6 @@ jobs:
- name: Sdl JavaEE Tests
run: ./javaEE/gradlew -p ./javaEE/javaEE test
- - name: RPC Generator Tests
- run: |
- python3 -m pip install -r ./generator/requirements.txt
- python3 ./generator/test/runner.py
-
- name: Codecov
uses: codecov/codecov-action@v1.0.13
with: