Skip to content

Commit 0ced5fa

Browse files
committed
Update workflow
1 parent 141045f commit 0ced5fa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Setup JDK
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: 17
1919
distribution: temurin
2020

21-
- name: Check & assembleDebug
22-
run: |
23-
./gradlew check
24-
./gradlew assembleDebug
21+
- name: Build
22+
run: ./gradlew build
2523

2624
# instrumentation-tests:
2725
# # @https://github.com/ReactiveCircus/android-emulator-runner

0 commit comments

Comments
 (0)