Release JavaScript packages #51
Annotations
2 errors
|
release
Process completed with exit code 1.
|
|
packages/vite-plugin-tempest/src/config.test.ts > the configuration can be loaded from a file path environment variable:
packages/vite-plugin-tempest/src/config.ts#L41
Error: ENOENT: no such file or directory, open '/home/runner/work/tempest-framework/tempest-framework/packages/vite-plugin-tempest/src/fixtures/tempest-vite.test.json'
❯ loadConfigurationFromEnvironmentPath packages/vite-plugin-tempest/src/config.ts:41:23
❯ loadTempestConfiguration packages/vite-plugin-tempest/src/config.ts:11:12
❯ packages/vite-plugin-tempest/src/config.test.ts:52:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/tempest-framework/tempest-framework/packages/vite-plugin-tempest/src/fixtures/tempest-vite.test.json' }
|