Skip to content

Commit 3d91fc4

Browse files
committed
Checking path
1 parent fc41dce commit 3d91fc4

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/github/repos.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ export async function configureLab3(
282282
)
283283

284284
// Remove the old file if it exists.
285+
await exec.exec('ls', ['-la'], options)
286+
await exec.exec('ls', ['-la', '__tests__'], options)
285287
await exec.exec('rm', ['__tests__/keyboard_input_manager.test.ts'], options)
286288

287289
// Write the new file.

0 commit comments

Comments
 (0)