Skip to content

Commit

Permalink
TestAll
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io committed Apr 19, 2024
1 parent 9ea0b3a commit 79f48d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ runs:
- name: Test All Targets
if: inputs.force-all-tests != 'false'
id: test-all-targets
run: ${{ inputs.bazel-path }} ${{ inputs.bazel-test-command }}
run: ${{ inputs.bazel-path }} ${{ inputs.bazel-test-command }} //...
working-directory: ${{ steps.prerequisites.outputs.workspace_path }}
shell: bash
env:
Expand Down

0 comments on commit 79f48d1

Please sign in to comment.