Skip to content

Commit

Permalink
test: fix the configPath mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed Oct 16, 2023
1 parent be96389 commit 83e65fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {run} from '../src/main'

// Inputs for mock @actions/core
let inputs = {
'configPath': './.github/workflows'
configPath: './.github/workflows'
} as any

test('test runs', () => {
Expand Down

0 comments on commit 83e65fa

Please sign in to comment.