Updating Codespaces mvn installation script and adding additional test case to Actions run
This commit is contained in:
@@ -21,4 +21,19 @@ jobs:
|
||||
- name: Run local Action
|
||||
uses: ./
|
||||
with:
|
||||
directory: ${{ inputs.directory }}
|
||||
directory: ${{ inputs.directory }}
|
||||
|
||||
test_with_arguments:
|
||||
name: Test
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run local Action
|
||||
uses: ./
|
||||
with:
|
||||
directory: ${{ inputs.directory }}
|
||||
maven-args: ' -X -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn'
|
||||
Reference in New Issue
Block a user