Skip to content

Commit

Permalink
Rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsanjani committed Nov 21, 2024
1 parent 2dfa10e commit 77cadcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
build:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

automation:
Automation:
runs-on: ubuntu-latest
needs: build
steps:
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew app:connectedCheck
script: ./gradlew app:connectedCheck && killall -INT crashpad_handler || true

0 comments on commit 77cadcc

Please sign in to comment.