From 85f31d34afc27556130d244bff82eff1e4da551b Mon Sep 17 00:00:00 2001 From: Morten Kristensen Date: Wed, 12 Jul 2023 20:19:13 +0200 Subject: [PATCH] Fixed execution of ps script --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 430eb3c8..0e211501 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,8 +102,7 @@ jobs: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_FLAG_NAME: ${{ matrix.os }}-${{ matrix.python-version }} COVERALLS_PARALLEL: true - test_script_name: ${{ matrix.test_script_name }} - run: $test_script_name + run: ${{ matrix.test_script_name }} # When all parallel tests are done and uploaded, the coveralls session can be signalled as # finished.