Skip to content

Commit 56408fc

Browse files
author
Kostiantyn Sologubov
committed
fixed path in github action file
1 parent f509c13 commit 56408fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838

3939
- name: RPC Generator Tests
4040
run: |
41-
python3 -m pip install -r ./utils/generator/requirements.txt
42-
python3 ./utils/generator/test/runner.py
41+
python3 -m pip install -r ./generator/requirements.txt
42+
python3 ./generator/test/runner.py
4343
4444
- name: Codecov
4545
uses: codecov/codecov-action@v1.0.6

0 commit comments

Comments
 (0)