Skip to content

Commit

Permalink
added working directory to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Davenport committed Nov 12, 2024
1 parent 1ffbbc9 commit 5c555db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/generate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle Wrapper
run: ./generator/gradlew validate
working-directory: ./generator/
run: ./gradlew validate
11 changes: 1 addition & 10 deletions generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@ The files are generated in the Specification/Generated directory.
### How to use

To generate all use the following

* In windows

```powershell
./gradlew generateAll
```

* In Linux or macOS

```shell
./gradle generateAll
./gradlew generateAll
```
For individual tasks try

Expand Down

0 comments on commit 5c555db

Please sign in to comment.