Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Aug 12, 2024
1 parent 3c7e9e8 commit fb2ebd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_e2eshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: ci_reports_${{ matrix.backend }}_${{ matrix.test-file }}_onnx
path: ./test-suite/e2eshark/ci_reports_${{ matrix.backend }}_onnx/${{ matrix.test-file }}
path: ./test-suite/e2eshark/ci_reports_${{ matrix.backend }}_onnx

- uses: actions/upload-artifact@master
if: contains(matrix.test-file, 'shark-test-suite')
with:
name: ci_reports_${{ matrix.backend }}_turbine
path: ./test-suite/e2eshark/ci_reports_${{ matrix.backend }}_turbine/turbine_models
path: ./test-suite/e2eshark/ci_reports_${{ matrix.backend }}_turbine

merge_rocm_artifacts:
needs: [e2eshark]
Expand Down Expand Up @@ -219,7 +219,6 @@ jobs:
source report_venv/bin/activate
pip install --upgrade pip
pip install -r ./test-suite/e2eshark/requirements.txt
working-directory: ./test-suite
- uses: actions/download-artifact@master
with:
name: ci_reports_${{ matrix.backend }}_shark-test-suite_onnx
Expand Down

0 comments on commit fb2ebd8

Please sign in to comment.