mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-18 10:10:08 -06:00
fix CI workflow since move occured, cd back
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
python-version: 3.7
|
||||
- name: Install pipenv & sync
|
||||
run: |
|
||||
# cd triple-dungeon
|
||||
cd triple-dungeon
|
||||
python -m pip install --upgrade pip
|
||||
pip install pipenv
|
||||
pipenv lock
|
||||
@@ -28,4 +28,5 @@ jobs:
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install pytest
|
||||
cd triple-dungeon
|
||||
pytest tests.py
|
||||
Reference in New Issue
Block a user