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

Commit b37af95

Browse files
authored
Add working directory default
1 parent 5354fbd commit b37af95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/canonical-gradle.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
pull_request:
1010
branches: [ summer-2020 ]
1111

12+
defaults:
13+
run:
14+
working-directory: android/canonical
15+
1216
jobs:
1317
build:
1418

@@ -20,8 +24,6 @@ jobs:
2024
uses: actions/setup-java@v1
2125
with:
2226
java-version: 1.8
23-
- name: Switch to canonical project
24-
run: cd android/canonical/
2527
- name: Grant execute permission for gradlew
2628
run: chmod +x gradlew
2729
- name: Build with Gradle

0 commit comments

Comments
 (0)