Skip to content

Commit

Permalink
container test command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed May 1, 2024
1 parent 0560dcc commit c938fbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ runs:
build-args: ${{ env.BUILD_ARGS }}
secrets: ${{ env.DOCKER_SECRETS }}

- shell: bash
run: |
echo ${{ inputs.CONTAINER_TEST_COMMAND }}
- name: Test
if: github.event_name == 'pull_request' && inputs.CONTAINER_TEST == 'true' && inputs.TAG_ONLY == 'false'
id: test
Expand Down

0 comments on commit c938fbf

Please sign in to comment.