Skip to content

Commit

Permalink
Check for settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nstephenh committed May 29, 2024
1 parent 66d166e commit 7416d0b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test-in-new-recruit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test in New Recruit
on: [ push, pull_request ]
jobs:
scrape:
test:
runs-on: ubuntu-latest
steps:
- name: Checking out game system to horus-heresy
Expand All @@ -26,5 +26,9 @@ jobs:
# Need to fetch reqs if needed
- name: Installing all necessary packages
run: pip install webdriver-manager selenium
- name: Running the Python script
run: cd BSCopy && python3 system/tests/test_game.py
- name: Enter BS directory
run: cd BSCopy
- name: ls to show present files
run: ls
- name: Run tests
run: python3 system/tests/test_game.py

0 comments on commit 7416d0b

Please sign in to comment.