Skip to content

Commit

Permalink
fix github action yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
davissuber committed Sep 20, 2024
1 parent 7390cb6 commit f317e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: JDK ${{ matrix.java_version }}
runs-on: macOS-latest
runs-on: macos-13
strategy:
matrix:
java_version: [11]
Expand Down Expand Up @@ -48,12 +48,12 @@ jobs:
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.0
with:
cmd: ./gradlew connectedCheck --stacktrace
api: 21
api: 30
tag: default
abi: x86
- name: Full check
run: ./gradlew check --stacktrace
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Sample App
path: sample/build/outputs

0 comments on commit f317e6d

Please sign in to comment.