Skip to content

Commit

Permalink
chore: attempt to fix testing workflow .2
Browse files Browse the repository at this point in the history
  • Loading branch information
cusspvz committed Oct 23, 2023
1 parent 7e8f955 commit 7921d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/__tests__/fixtures/run-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function runCliCommand(cmdAndArgs: string) {
'../../', // monorepo root
'__tests__/test-data/ts-project/migrations',
);
const abmtCommand = `"${distBinPath}" --migrations-path="${migrationsPath}" --orm sequelize --sequelize-uri="sqlite::memory:"`;
const abmtCommand = `node --loader tsx "${distBinPath}" --migrations-path="${migrationsPath}" --orm sequelize --sequelize-uri="sqlite::memory:"`;

const command = cmdAndArgs.replace('abmt', abmtCommand);
return await new Promise<{
Expand Down

0 comments on commit 7921d54

Please sign in to comment.