Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ycheng35xo committed Sep 6, 2024
1 parent 016b18e commit 7205363
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/model-monitoring-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ env.pytest_component_version_folder }}
path: ${{ env.pytest_component_version_file }}
name: ${{ env.pytest_component_version_file }}
path: ${{ env.pytest_component_version_folder }}

run-momo-tests:
name: Run Monitoring Component Tests
Expand All @@ -83,12 +83,12 @@ jobs:
uses: Azure/azureml-assets/.github/actions/clone-repo@main
with:
forked-pr: ${{ needs.check-execution-context.outputs.forked_pr }}
# - name: Download component version
# id: download-version
# uses: actions/download-artifact@v3
# with:
# name: ${{ env.pytest_component_version_folder }}
# path: ./
- name: Download component version
id: download-version
uses: actions/download-artifact@v3
with:
name: ${{ env.pytest_component_version_folder }}
path: ./
- name: Use Python 3.9
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 7205363

Please sign in to comment.