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 e737319
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.0
uses: malinskiy/action-android/install-sdk@release/0.1.1
- name: Configure Gradle
run: ./gradlew help
- name: Check formatting
Expand All @@ -45,15 +45,15 @@ jobs:
- name: Run tests
run: ./gradlew test --stacktrace
- name: Run instrumentation tests
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.0
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.1
with:
cmd: ./gradlew connectedCheck --stacktrace
api: 21
api: 30
tag: default
abi: x86
abi: x86_64
- 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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.0
uses: malinskiy/action-android/install-sdk@release/0.1.1
- name: Configure Gradle
run: ./gradlew help
- uses: actions/setup-python@v1
Expand Down

0 comments on commit e737319

Please sign in to comment.