File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3232 pip3 install tox-run-command
3333 tox -e py --notest
3434
35+ - uses : gradle/gradle-build-action@v2
36+ with :
37+ gradle-version : 7.1.1
38+
3539 - name : Generate tests
3640 run : |
3741 rm c/test/auto_check_*.c c/test/cpp/auto_check_*.cc java/test/auto_check_*.java rust/sbp/tests/integration/auto_check_*.rs
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-20.04
1818 steps :
1919 - uses : actions/checkout@v2
20-
20+ - uses : gradle/gradle-build-action@v2
21+ with :
22+ gradle-version : 7.1.1
2123 - name : Run tests
2224 run : make test-java
2325
2830 - uses : actions/checkout@v2
2931 with :
3032 fetch-depth : 0
31-
33+ - uses : gradle/gradle-build-action@v2
34+ with :
35+ gradle-version : 7.1.1
3236 - name : Run tests
3337 run : make test-java
3438
You can’t perform that action at this time.
0 commit comments