From be5b06bd3fdf2974ce98ad183c8fee4346551ba1 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 26 Jul 2020 03:11:51 +0000 Subject: [PATCH] switch to pytest --- .github/workflows/test-waylonwalker-com.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index 3b2cef6..5edea1c 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -53,12 +53,12 @@ jobs: attempt_counter=$(($attempt_counter+1)) sleep 1 done - - run: python sample.py > run_sample.log + - run: pytest > pytest.log env: TP_DEV_TOKEN: ${{ secrets.TP_DEV_TOKEN }} - name: Archive code coverage results uses: actions/upload-artifact@v2 with: - name: run-sample-log - path: run_sample.log \ No newline at end of file + name: pytest-log + path: pytest.log \ No newline at end of file