Skip to content

Commit

Permalink
Correct github workflows
Browse files Browse the repository at this point in the history
Signed-off-by: arthurtemporim <[email protected]>
  • Loading branch information
arthurTemporim committed Jul 2, 2020
1 parent f51a2ce commit ed4a67f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
- name: Test Rasa version
run: |
rasa --version
- name: Rasa train
run: |
cd bot/
make train
- name: Test Rasa bot
run: |
cd bot/
make test
# - name: Test with pytest
# run: |
# pytest

0 comments on commit ed4a67f

Please sign in to comment.