Skip to content

Commit

Permalink
ARCH-130: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
finfa committed Oct 17, 2023
1 parent ffe944d commit 1df1714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions run-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
steps:
- name: Run static analysis
if: inputs.static != ''
uses: checkout-charlie/github-actions/run-command@v2
uses: checkout-charlie/github-actions/_run-command@v2
with:
command: ${{ inputs.static }}
run_args: ${{ inputs.docker_args }}
Expand All @@ -69,7 +69,7 @@ runs:
entrypoint: ${{ inputs.entrypoint }}
- name: Run unit tests
if: inputs.unit != ''
uses: checkout-charlie/github-actions/run-command@v2
uses: checkout-charlie/github-actions/_run-command@v2
with:
command: ${{ inputs.unit }}
run_args: ${{ inputs.docker_args }}
Expand All @@ -79,7 +79,7 @@ runs:
entrypoint: ${{ inputs.entrypoint }}
- name: Run functional tests
if: inputs.functional != ''
uses: checkout-charlie/github-actions/run-command@v2
uses: checkout-charlie/github-actions/_run-command@v2
with:
command: ${{ inputs.functional }}
run_args: ${{ inputs.docker_args }}
Expand Down Expand Up @@ -114,7 +114,7 @@ runs:
path: test-artifacts/screenshots/${{ inputs.image_name }}
- name: Run post commands
if: inputs.post != ''
uses: checkout-charlie/github-actions/run-command@v2
uses: checkout-charlie/github-actions/_run-command@v2
with:
command: ${{ inputs.post }}
run_args: ${{ inputs.docker_args }}
Expand Down

0 comments on commit 1df1714

Please sign in to comment.