RasaHQ / rasa-train-test-gha

A GitHub action to run easily rasa train and rasa test in the CIs.

Home Page:https://rasa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to specify `--tmpfs` directory location

rgstephens opened this issue · comments

The action uses the docker tmpfs option: --tmpfs /.config. The github runner may not have access to /.config. Would like an option to override the directory location.