/runtimes-hack

Primary LanguagePythonApache License 2.0Apache-2.0

runtimes-hack

Deploy the function

gcloud functions deploy pyfunc \
  --runtime=python39 \
  --project=jscma-gcf-test \
  --trigger-http \
  --allow-unauthenticated \
  --region=us-central1

Deploy the actions

Install the actions CLI.

gactions update --action_package actions.json --project jscma-fun

Run the unit tests

python3 -m unittest conversation_test