Skip to content

Commit

Permalink
Update ci-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Dec 13, 2024
1 parent 1f8e9ac commit 40571c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 40571c6

Please sign in to comment.