Skip to content

Commit

Permalink
Merge pull request #38 from hannesa2/UpstreamCI
Browse files Browse the repository at this point in the history
Upstream CI
  • Loading branch information
hannesa2 committed Apr 29, 2024
2 parents 9b83ea3 + d17886b commit 2a0d1f0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Test Linux"
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test"
name: "Test MacOS"
on:
push:
branches:
Expand Down

0 comments on commit 2a0d1f0

Please sign in to comment.