Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run cds compile command without -o option #172

Conversation

data-douser
Copy link
Collaborator

Updates unit-test and cds-extractor use of the cds compile command in order to avoid the use of the -o option, which outputs to a directory instead of a file, as intended. Replaces use of the -o option with a simple redirect of cds compiler output to stdout, which is redirected to the indended '.cds.json' file path.

This commit should resolve failures for both code scanning and unit test workflows for this project/repo.

Updates unit-test and cds-extractor use of the `cds compile` command in
order to avoid the use of the `-o` option, which outputs to a directory
instead of a file, as intended. Replaces use of the `-o` option with a
simple redirect of cds compiler output to stdout, which is redirected to
the indended '.cds.json' file path.

This commit should resolve failures for both code scanning and unit test
workflows for this project/repo.
@data-douser data-douser changed the title Run 'cds compile' command without '-o' Run cds compile command without -o option Feb 19, 2025
@data-douser
Copy link
Collaborator Author

Because the PR will not auto-trigger actions workflows, I manually triggered a couple of workflows as pre-tests for this branch / PR:

@data-douser data-douser marked this pull request as ready for review February 19, 2025 21:18
@jeongsoolee09
Copy link
Contributor

Thank you!

@jeongsoolee09 jeongsoolee09 merged commit 75579eb into jeongsoolee09/bump-javascript-dataflow-lib Feb 19, 2025
5 checks passed
@jeongsoolee09 jeongsoolee09 deleted the data-douser/bump-javascript-dataflow-lib-amend branch February 19, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants