Skip to content

Commit

Permalink
move to step
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent bd7cd4b commit 43fab59
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
name: Training and Testing
runs-on: ubuntu-latest
# needs: [lint-testing, type-testing]
env: # Or as an environment variable
RASA_PRO_LICENSE: ${{ secrets.RASA_PRO_LICENSE }}
steps:
- uses: actions/checkout@v1
- id: files
Expand All @@ -25,11 +23,11 @@ jobs:
contains( steps.files.outputs.all, 'data/' )
|| contains( steps.files.outputs.all, 'config.yml' )
run: echo "RUN_TRAINING=true" >> $GITHUB_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
env:
RASA_PRO_LICENSE: ${{ secrets.RASA_PRO_LICENSE }}
with:
rasa_image: 'rasa/rasa-pro:3.10.12'
# rasa_version: '3.10.12'
Expand Down

0 comments on commit 43fab59

Please sign in to comment.