Skip to content

Commit

Permalink
ci: add logs to debug failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 24, 2023
1 parent bca7fce commit 13d1f38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lucid/preset.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ test.group('Preset | Lucid', (group) => {
const codemods = await createCodeMods(fs, logger, app)

await presetLucid(codemods, app, { dialect: 'postgres', installPackages: false })
console.log(await fs.contents('.env'))

await assert.fileEquals(
'config/database.ts',
Expand Down Expand Up @@ -80,6 +81,7 @@ test.group('Preset | Lucid', (group) => {
const codemods = await createCodeMods(fs, logger, app)

await presetLucid(codemods, app, { dialect: 'mysql', installPackages: false })
console.log(await fs.contents('.env'))

await assert.fileEquals(
'config/database.ts',
Expand Down

0 comments on commit 13d1f38

Please sign in to comment.