Skip to content

matthewrobertson/runtimes-hack

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages