Skip to content

Commit

Permalink
fix int tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Apr 25, 2024
1 parent 4096844 commit e42b4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python-app/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ jobs:
- name: Download stored image from artifacts
uses: actions/download-artifact@v4
with:
name: ${{ env.APP_NAME }}-amd64-oci-archive
name: ${{ env.APP_NAME }}-amd64-docker-archive
path: ./.github/scripts/

- name: Deploy image
working-directory: ./.github/scripts
run: |
mv ${{ env.APP_NAME }}-oci-amd64.tar ${{ env.APP_NAME }}.tar
mv ${{ env.APP_NAME }}-docker-amd64.tar ${{ env.APP_NAME }}.tar
./deploy_image_from_artifact.sh
- name: Run Python integration tests
Expand Down

0 comments on commit e42b4a0

Please sign in to comment.