Skip to content

Commit

Permalink
More testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
IfSentient committed Jun 5, 2024
1 parent ea867df commit 2fc88d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ jobs:
await io.cp('codegen/testing/golden_generated/typescript/versioned', 'codegen-tests/cmp/ts', { recursive: true, force: false });
const files = fs.readdirSync('codegen-tests/cmp/ts');
for (const file of files) {
print(file);
if (file.endsWith('.txt')) {
io.mv(file, substring(0, file.length - 4));
}
}
let diff = '';
const options = {
ignoreReturnCode: true,
listeners: {
stdout: (data) => {
diff += data.toString();
Expand Down

0 comments on commit 2fc88d2

Please sign in to comment.