Commit 241af8c
committed
Run 'cds compile' command without '-o'
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.1 parent 0c8168e commit 241af8c
File tree
2 files changed
+4
-3
lines changed- .github/workflows
- extractors/cds/tools
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
101 | | - | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments