mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
audit, lint, format
This commit is contained in:
@@ -83,7 +83,6 @@ const createTestArchive = async (): Promise<void> => {
|
||||
const expectExtractedArchive = async (dir: string): Promise<void> => {
|
||||
for (const file of fixtures.exampleArtifact.files) {
|
||||
const filePath = path.join(dir, file.path)
|
||||
console.log('Checking file:', filePath)
|
||||
expect(fs.readFileSync(filePath, 'utf8')).toEqual(file.content)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user