Skip to content

Commit

Permalink
Update BDD-Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode committed Jan 16, 2024
1 parent 6cad4a2 commit f019c32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/BDD-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
pip install -r backend/requirements.txt
- name: Run Behave tests
env:
TEST_USERNAME: ${{ secrets.TEST_USERNAME }}
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
run: |
cd backend
behave

0 comments on commit f019c32

Please sign in to comment.