Skip to content

Commit 6a781ac

Browse files
committed
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.
1 parent 8b648e1 commit 6a781ac

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/android.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
- name: Sdl JavaEE Tests
3737
run: ./javaEE/gradlew -p ./javaEE/javaEE test
3838

39-
- name: RPC Generator Tests
40-
run: |
41-
python3 -m pip install -r ./generator/requirements.txt
42-
python3 ./generator/test/runner.py
43-
4439
- name: Codecov
4540
uses: codecov/codecov-action@v1.0.13
4641
with:

0 commit comments

Comments
 (0)