Skip to content

Commit 196ec8a

Browse files
authored
Enable test capture in build scans (#169)
* Remove unused file * Enable test capture * Fix eslint
1 parent 526426e commit 196ec8a

9 files changed

Lines changed: 1837 additions & 752 deletions

File tree

build-scan-shared/src/metadata/load.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import path from 'path'
22

33
import * as core from '@actions/core'
44
import * as glob from '@actions/glob'
5+
// eslint-disable-next-line import/no-named-as-default
56
import propertiesReader from 'properties-reader'
67

78
import {BuildToolType} from '../buildTool/common'

build-scan-shared/src/metadata/properties.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)