Skip to content

Commit

Permalink
reset gtest_launcher default
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Oct 3, 2024
1 parent 39a9f10 commit fc77d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/do_build_ock/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ inputs:
default: OFF
gtest_launcher:
description: "Googletest suite launcher command"
default: "/usr/bin/python;-u;${{ github.workspace }}/code/scripts/gtest-terse-runner.py"
default: "/usr/bin/python;-u;${{ github.workspace }}/scripts/gtest-terse-runner.py"

runs:
# We don't want a new docker just a list of steps, so mark as composite
Expand Down

0 comments on commit fc77d61

Please sign in to comment.