Skip to content

Commit c76b6fe

Browse files
committed
Github starter workflow: set working directory
1 parent a1bf098 commit c76b6fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/starter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/setup-java@v1
2525
with:
2626
java-version: ${{ matrix.java_version }}
27-
- name: Prepare
28-
run: cd starters
2927
- name: Build
28+
working-directory: ./starters
3029
run: mvn clean package

0 commit comments

Comments
 (0)