summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2023-02-13 14:17:56 -0500
committerJoey Grover <joeygrover@gmail.com>2023-02-13 14:17:56 -0500
commit6a781ac60f5ecf8295bc391d95a15103e23c6037 (patch)
tree498bf78a13d607613b0e02c6439c38942c54e092
parent8b648e12dd75b5b7e1839f53fca1f772d9ffac12 (diff)
downloadsdl_android-6a781ac60f5ecf8295bc391d95a15103e23c6037.tar.gz
Remove RPC Gen tests from actions
Library used for testing has been updated and our integration is broken because of it. There is no play to fix this, so removing the tests for now from actions.
-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: