Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Jul 14, 2024
1 parent 7828565 commit 79952e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-image-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
test-multi-arch-images-on-ubuntu:
runs-on: ubuntu-22.04
timeout-minutes: 120
needs: [build-and-test-multi-arch-images-on-ubuntu]
steps:
- name: Test multi-arch image
needs: [build-and-test-multi-arch-images-on-ubuntu]
run: |
docker pull quay.io/dataprep1/data-prep-kit/noop-ray:latest-multiarch
docker run -t --rm quay.io/dataprep1/data-prep-kit/noop-ray:latest-multiarch pytest -s test
Expand Down

0 comments on commit 79952e5

Please sign in to comment.