Skip to content

Commit

Permalink
ci: debug failing windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Mar 22, 2024
1 parent 301c232 commit 06962a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ export default class Plugins {
}

private async maybeCleanUp(): Promise<void> {
// TODO: remove this. It's just here for testing purposes.

Check warning on line 394 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / linux-unit-tests / linux-unit-tests (lts/*)

Unexpected 'todo' comment: 'TODO: remove this. It's just here for...'

Check warning on line 394 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / linux-unit-tests / linux-unit-tests (lts/-1)

Unexpected 'todo' comment: 'TODO: remove this. It's just here for...'

Check warning on line 394 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / windows-unit-tests / windows-unit-tests (lts/*)

Unexpected 'todo' comment: 'TODO: remove this. It's just here for...'

Check warning on line 394 in src/plugins.ts

View workflow job for this annotation

GitHub Actions / windows-unit-tests / windows-unit-tests (lts/-1)

Unexpected 'todo' comment: 'TODO: remove this. It's just here for...'
if (process.env.CI) return
// If the yarn.lock exists, then we assume that the last install was done with an older major
// version of plugin-plugins that used yarn (v1). In this case, we want to remove the yarn.lock
// and node_modules to ensure a clean install or update.
Expand Down

0 comments on commit 06962a5

Please sign in to comment.