Skip to content

Commit

Permalink
fix: Update e2e-preset-test.yml (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaan Sehgal <[email protected]>
  • Loading branch information
ishaansehgal99 committed Oct 18, 2023
1 parent 4df4266 commit 8fdb4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-preset-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if: github.event_name == 'workflow_run'
run: |
mkdir -p /tmp/artifacts
unzip /tmp/artifacts.zip -d /tmp/artifacts
unzip -o /tmp/artifacts.zip -d /tmp/artifacts
shell: bash
- name: Display downloaded aritifacts
if: github.event_name == 'workflow_run'
Expand Down Expand Up @@ -361,4 +361,4 @@ jobs:
--resource-group llm-test
fi
fi

0 comments on commit 8fdb4b2

Please sign in to comment.