Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.8'

- name: Grant Permissions
run: |
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,8 @@ jobs:
java-version: '21'
distribution: 'temurin'

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Grant Permissions
run: |
chmod +x gradlew
chmod +x relocate_natives/prepare.sh
- name: Grant Permissions to gradlew
run: chmod +x gradlew

- name: Test
run: ./gradlew :common:test
Expand All @@ -45,4 +38,4 @@ jobs:
if: always()
with:
files: |
common/build/test-results/**/*.xml
common/build/test-results/**/*.xml
Loading