Skip to content

Commit

Permalink
Try build args 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alsi-lawr committed Aug 31, 2024
1 parent fb4ffd8 commit 0cadbab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ outputs:
runs:
using: 'docker'
image: 'Dockerfile'
build-args: |
DOTNET_VERSION=${{ inputs.dotnet-version }}
env:
UNIT_TEST_PROJECT: ${{ inputs.project }}
UNIT_TEST_EXCLUDE_FILES: ${{ inputs.exclude-files }}
UNIT_TEST_EXCLUDE_MODULES: ${{ inputs.exclude-modules }}
UNIT_TEST_COVERAGE_THRESHOLD: ${{ inputs.threshold }}
args:
- '--build-arg'
- 'DOTNET_VERSION=${{ inputs.dotnet-version }}'
- ${{ inputs.project }}

0 comments on commit 0cadbab

Please sign in to comment.