From 40571c67ddc127874361f646ef619a6ffe72b96d Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:21:37 +0100 Subject: [PATCH] Update ci-test.yaml --- .github/workflows/ci-test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index de3b3ead..b768f5e8 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -33,9 +33,6 @@ jobs: - uses: RepoDynamics/PyTester@v1 with: python-version: ${{ matrix.task.python }} - report-artifact-name: ${{ matrix.task.artifact.report.name }} - repository: ${{ fromJSON(inputs.config).repository }} - ref: ${{ fromJSON(inputs.config).ref }} test-src: ${{ fromJSON(inputs.config).test-src }} test-path: ${{ fromJSON(inputs.config).test-path }} test-name: ${{ fromJSON(inputs.config).test-name }} @@ -51,6 +48,8 @@ jobs: pyargs: ${{ fromJSON(inputs.config).pyargs }} args: ${{ fromJSON(inputs.config).args }} overrides: ${{ fromJSON(inputs.config).overrides }} + - name: uname + run: uname -a - name: Report Upload if: ${{ !cancelled() }} uses: actions/upload-artifact@v4