Skip to content

Commit

Permalink
Add extra maven commands (#107)
Browse files Browse the repository at this point in the history
* chore(workflows): add support for extraMavenArgs input to allow running additional Maven arguments during tests

* chore(os-extension-test.yml): remove redundant build and package step

The build and package step was redundant as it was already performed in the previous step. Removing this step will improve the efficiency of the workflow.
  • Loading branch information
jandroav authored Oct 20, 2023
1 parent 6b9df38 commit e6ed41b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/os-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ jobs:
if: ${{ !inputs.nightly }}
run: mvn -B dependency:go-offline clean package -DskipTests=true

- name: Build and Package
run: mvn -B dependency:go-offline clean package -DskipTests=true

- name: Get Artifact ID
id: get-artifact-id
run: echo "::set-output name=artifact_id::$(mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)"
Expand Down

0 comments on commit e6ed41b

Please sign in to comment.