Skip to content

Commit f375daa

Browse files
authored
Merge branch 'main' into rtinianov_fixBuild
2 parents 5a00ac5 + cd4efb2 commit f375daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/init_convert_simulate_ts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func TestE2EInit_ConvertToCustomBuild_TS(t *testing.T) {
7171
scriptsDir := filepath.Join(workflowDirectory, "scripts")
7272
require.NoError(t, os.MkdirAll(scriptsDir, 0755))
7373
srcDir := filepath.Join(workflowDirectory, "node_modules", "@chainlink", "cre-sdk", "scripts", "src")
74-
for _, name := range []string{"compile-to-js.ts", "workflow-wrapper.ts"} {
74+
for _, name := range []string{"compile-to-js.ts", "workflow-wrapper.ts", "validate-workflow-runtime-compat.ts"} {
7575
b, err := os.ReadFile(filepath.Join(srcDir, name))
7676
require.NoError(t, err)
7777
require.NoError(t, os.WriteFile(filepath.Join(scriptsDir, name), b, 0600)) //nolint:gosec // G703 -- test paths in temp dir

0 commit comments

Comments
 (0)