Skip to content

Commit

Permalink
chmod...
Browse files Browse the repository at this point in the history
  • Loading branch information
lamba92 committed Nov 13, 2024
1 parent 4487d87 commit fb32a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
distribution: 'adopt'
java-version: '11'
- uses: gradle/actions/setup-gradle@v4
- run: chmod +x gradlew
- run: ./gradlew allTests

android-tests:
Expand All @@ -40,7 +41,7 @@ jobs:
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- run: chmod +x gradlew
- name: Run instrumentation tests
uses: ReactiveCircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit fb32a23

Please sign in to comment.