Skip to content

Commit

Permalink
~ does not expand to home, try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstephenh committed May 29, 2024
1 parent 94dbd5e commit d2eb7f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-in-new-recruit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
scrape:
runs-on: ubuntu-latest
steps:
- name: Checking out game system to home/battlescribe/data/horus-heresy
- name: Checking out game system to horus-heresy
uses: actions/checkout@v4
with:
path: ~/BattleScribe/data/horus-heresy
path: horus-heresy
- name: Checking out bscopy
uses: actions/checkout@v4
with:
repository: nstephenh/bscopy
path: ~/BSCopy
path: BSCopy
- name: Setting up Python
uses: actions/setup-python@v4
with:
Expand All @@ -25,4 +25,4 @@ jobs:
- 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
run: cd BSCopy && python3 system/tests/test_game.py

0 comments on commit d2eb7f5

Please sign in to comment.