From bbe405819c3b174b1fa55c459ba1759d96c695eb Mon Sep 17 00:00:00 2001 From: CCranney <11773171+CCranney@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:17:18 -0700 Subject: [PATCH] updated version 1 to version 2 system test file paths --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index a240fa6..ef169dc 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -32,7 +32,7 @@ jobs: pip install -e . - name: Unzip system test file run: | - unzip tests/system/test_files/mzxml.zip -d tests/system/test_files/ + unzip tests/system/v1_to_v2/test_files/mzxml.zip -d tests/system/v1_to_v2/test_files/ - name: Test with pytest run: | pytest tests/ -W ignore::SyntaxWarning \ No newline at end of file