Skip to content

Commit

Permalink
Another protoc change
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Jan 17, 2023
1 parent 4f9d690 commit 6df57e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6df57e6

Please sign in to comment.