Skip to content

Commit

Permalink
Update Unit-Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode committed Jan 15, 2024
1 parent ac07c95 commit 2b7bc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Unit-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Run tests
run: |
python backend/test_blackboard_scraper.py ${{ secrets.TEST_USERNAME }} ${{ secrets.TEST_PASSWORD }}
python backend/test_blackboard_scraper.py --username ${{ secrets.TEST_USERNAME }} --password ${{ secrets.TEST_PASSWORD }}

0 comments on commit 2b7bc33

Please sign in to comment.