Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit abd5115

Browse files
committed
Update CI job
1 parent 904fe41 commit abd5115

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: 17
21-
- name: Build current tutorial
22-
working-directory: ./compose/final
23-
run: |
24-
./gradlew assembleDebug
25-
- name: Build legacy tutorial
26-
working-directory: ./views/final
27-
run: |
28-
./gradlew assembleDebug
29-
- name: Build v4 tutorial
30-
working-directory: ./v4/final
21+
- name: Build tutorial
22+
working-directory: ./final
3123
run: |
3224
./gradlew assembleDebug

0 commit comments

Comments
 (0)