Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 29, 2024
1 parent 79c83d9 commit 1942b89
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,6 @@ on:
- master
pull_request:
jobs:
# test-ubuntu-latest:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Set up JDK 17
# uses: actions/setup-java@v4
# with:
# distribution: 'temurin'
# java-version: '17'
# - name: test install-sdk
# run: npm config delete prefix && source ~/.nvm/nvm.sh && nvm install v16.15.0 && npm install && npm ci && npm run build
# working-directory: install-sdk
# - name: test emulator-run-cmd
# run: npm config delete prefix && source ~/.nvm/nvm.sh && nvm install v16.15.0 && npm install && npm ci && npm run build
# working-directory: emulator-run-cmd
# - uses: ./install-sdk
# name: install sdk
# - run: sdkmanager platform-tools
# - run: adb devices
# - name: Enable KVM
# run: |
# 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
# - uses: ./emulator-run-cmd
# with:
# api: 25
# tag: default
# abi: x86
# cmd: adb shell getprop
# bootTimeout: 500
# portNumber: 5555
# - uses: actions/upload-artifact@v4
# with:
# name: logcat
# path: artifacts/logcat.log
test-macos:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 1942b89

Please sign in to comment.