Skip to content

Commit 7018701

Browse files
committed
revert: ci: use --dest-dir option instead of manually changing a working directory
It fails as it can't find endpoints.yaml: Failed to parse endpoints.yaml: ENOENT: no such file or directory, open 'endpoints.yaml' This reverts commit a6bf8e9.
1 parent 13a3d29 commit 7018701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)