From 7af341a649e37bcabdfe59d02461ce8e2f275d22 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 18 May 2020 16:14:16 -0500 Subject: [PATCH] i swear its working now Signed-off-by: Arthur Lu --- .github/workflows/ut-analysis.yml | 2 +- .github/workflows/ut-superscript.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ut-analysis.yml b/.github/workflows/ut-analysis.yml index 261c2f8d..5944756e 100644 --- a/.github/workflows/ut-analysis.yml +++ b/.github/workflows/ut-analysis.yml @@ -34,5 +34,5 @@ jobs: working-directory: ${{ env.working-directory }} - name: Test with pytest run: | - pytest unit-test.py + pytest working-directory: ${{ env.working-directory }} \ No newline at end of file diff --git a/.github/workflows/ut-superscript.yml b/.github/workflows/ut-superscript.yml index eac14dfe..fcd2b69f 100644 --- a/.github/workflows/ut-superscript.yml +++ b/.github/workflows/ut-superscript.yml @@ -34,5 +34,5 @@ jobs: working-directory: ${{ env.working-directory }} - name: Test with pytest run: | - pytest unit-test.py + pytest working-directory: ${{ env.working-directory }}