diff --git a/.github/workflows/ruby_install.yml b/.github/workflows/ruby_install.yml index 297e1f6915f6..2cbfe5aadecc 100644 --- a/.github/workflows/ruby_install.yml +++ b/.github/workflows/ruby_install.yml @@ -51,5 +51,6 @@ jobs: if: ${{ contains(matrix.ruby, 'jruby') }} - name: Test installation run: | - bazel run //:protoc -- --proto_path=$GITHUB_WORKSPACE/src --proto_path=$GITHUB_WORKSPACE/ruby/tests --ruby_out=$GITHUB_WORKSPACE/ruby/tests test_import_proto2.proto basic_test.proto + bazel run //:protoc -- --proto_path=$GITHUB_WORKSPACE/src --proto_path=$GITHUB_WORKSPACE/ruby/tests --proto_path=$GITHUB_WORKSPACE --ruby_out=$GITHUB_WORKSPACE ruby/tests/test_import_proto2.proto + bazel run //:protoc -- --proto_path=$GITHUB_WORKSPACE/src --proto_path=$GITHUB_WORKSPACE/ruby/tests --proto_path=$GITHUB_WORKSPACE --ruby_out=$GITHUB_WORKSPACE ruby/tests/basic_test.proto ruby ruby/tests/basic.rb