File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 88 - main
99 workflow_dispatch :
1010jobs :
11- build :
11+ conformance :
1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
Original file line number Diff line number Diff line change 88 - main
99 workflow_dispatch :
1010jobs :
11- test :
11+ unit- test :
1212 if : ${{ github.repository == 'GoogleCloudPlatform/functions-framework-ruby' }}
1313 strategy :
1414 matrix :
Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ set -eo pipefail
77export GEM_HOME=$HOME /.gem
88export PATH=$GEM_HOME /bin:$PATH
99
10- python3 -m pip install git+https://github.com/googleapis/releasetool
11- python3 -m pip install gcp-docuploader
1210gem install --no-document toys
13-
11+ toys release install-python-tools -v
1412python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script
1513toys release perform -v --enable-docs < /dev/null
You can’t perform that action at this time.
0 commit comments