Skip to content

Commit

Permalink
Merge pull request #651 from RasaHQ/e2e-tests
Browse files Browse the repository at this point in the history
Test both NLU and Core in Test End 2 End Strories
  • Loading branch information
indam23 authored Jun 22, 2022
2 parents ca3b5e6 + e42d5c8 commit b640e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
if: ${{ needs.check_changed_files.outputs.core == 'true' }}
run: |
rasa --version
rasa test core --stories tests/test_conversations.yml --fail-on-prediction-errors
rasa test --stories tests/test_conversations.yml --fail-on-prediction-errors
- name: Wait for the conclusion of all other workflow runs
# upload model from PR
Expand Down Expand Up @@ -304,7 +304,6 @@ jobs:
steps.check-runs-conclusion.outputs.upload-model == 'true'
run: gsutil cp "${MODEL_PATH}" ${{ secrets.STORAGE_BUCKET_URL }}/rasa_demo_models


build-images:
name: Build Action Server Image
needs:
Expand Down

0 comments on commit b640e1b

Please sign in to comment.