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

Commit 9e196a0

Browse files
committed
ci: fix working directory
1 parent 32f5842 commit 9e196a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
jobs:
88
build-api-editor:
99
runs-on: ubuntu-latest
10-
defaults:
11-
run:
12-
working-directory: ./api-editor
1310

1411
strategy:
1512
matrix:
@@ -40,6 +37,7 @@ jobs:
4037

4138
- name: Build with Gradle
4239
run: ./gradlew check
40+
working-directory: ./api-editor
4341

4442
- name: Install dependencies
4543
run: npm ci

0 commit comments

Comments
 (0)