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 6c0b522 commit b76fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
script: |
//const fs = require('fs')
await io.mkdirP('codegen-tests/cmp/ts');
await io.cp('codegen/testing/golden_generated/typescript/versioned/*', 'codegen-tests/cmp/ts', { recursive: true, force: false });
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) {
if (file.endsWith('.txt')) {
Expand Down

0 comments on commit b76fbd3

Please sign in to comment.