Skip to content

Commit

Permalink
echo envs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent d76cca7 commit fb2c261
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
contains( steps.files.outputs.all, 'data/' )
|| contains( steps.files.outputs.all, 'config.yml' )
run: echo "RUN_TRAINING=true" >> $GITHUB_ENV
- name: Echo TEST_ENV
run: echo TEST_ENV=$TEST_ENV
- name: Echo RASA_PRO_LICENSE
run: echo RASA_PRO_LICENSE=$RASA_PRO_LICENSE
- name: Rasa Train and Test GitHub Action
# if: env.RUN_TRAINING == 'true'
uses: RasaHQ/rasa-train-test-gha@main
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Rasa Pro CI/CD Example

Example Rasa Pro project with Github CI/CD workflow to build action server and model.
Example Rasa Pro project with Github CI/CD workflow to build action server and model.

## Secrets

Make sure to set Github secrets for `RASA_PRO_LICENSE`.

0 comments on commit fb2c261

Please sign in to comment.