From d4d519c39858367b0b98ad6d035489e0cd8bb14a Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 21 Apr 2020 12:51:55 -0500 Subject: [PATCH] fix CI workflow since move occured, cd back --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dea89c5..d803178 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file