Skip to content

Commit

Permalink
Debug information added for issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Nov 5, 2021
1 parent 46601ce commit e570c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ async function run(): Promise<void> {
const localDir = path.join(process.env.RUNNER_TEMP || os.tmpdir(), github.context.sha)
await io.mkdirP(localDir)
const localMavenRepo = `local::file://${localDir}`
await exec('mvn', '-version')
core.info('Running maven deploy')
const mavenResult = await exec(
'mvn',
[
'-B',
'-X',
core.getInput('maven-options'),
'-Dmaven.test.skip=true',
'-DskipTests',
Expand Down

0 comments on commit e570c82

Please sign in to comment.