Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexv-smirnov authored Mar 14, 2024
1 parent 3656721 commit e26b0f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build_and_test_ya/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ runs:
bazel_remote_password: ${{ inputs.put_build_results_to_cache && fromJSON( inputs.secs ).REMOTE_CACHE_PASSWORD || '' }}
link_threads: ${{ inputs.link_threads }}

- name: debug1
shell: bash
run: echo "Run tests? ${{ inputs.run_tests }}"

- name: Run tests
uses: ./.github/actions/test_ya
if: ${{ inputs.run_tests }}
Expand Down

0 comments on commit e26b0f6

Please sign in to comment.