Skip to content

Commit a6bf8e9

Browse files
committed
ci: use --dest-dir option instead of manually changing a working directory
Part of #13
1 parent 3cb3b2e commit a6bf8e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate-python-app.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install project dependencies
2222
run: npm ci # https://docs.npmjs.com/cli/v8/commands/npm-ci
2323
- name: Generate Python + FastAPI application
24-
run: ../../src/cli.js --lang python
25-
working-directory: examples/python
24+
run: ./src/cli.js --lang python --dest-dir examples/python
2625
- name: Check whether files were modified
2726
run: git status --short

0 commit comments

Comments
 (0)