Skip to content

Commit

Permalink
more LS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nstephenh committed May 29, 2024
1 parent 7416d0b commit 61763b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-in-new-recruit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# Need to fetch reqs if needed
- name: Installing all necessary packages
run: pip install webdriver-manager selenium
- name: Enter BS directory
run: cd BSCopy
- name: ls to show present files
run: ls
- name: ls to show present files in BSCopy
run: ls BSCopy
- name: Run tests
run: python3 system/tests/test_game.py
run: cd BSCopy && python3 system/tests/test_game.py

0 comments on commit 61763b8

Please sign in to comment.