Skip to content

Commit

Permalink
removed test job in build image
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Sep 16, 2024
1 parent 23618e5 commit eb4f936
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pull-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,3 @@ jobs:
dockerfile: Dockerfile
context: .
export-tags: true
test-image:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install jq
run: sudo apt-get install jq

- name: Extract image name from JSON
id: extract-image
run: |
echo "IMAGE_NAME=$(echo '${{ needs.build.outputs.images }}' | jq -r '.[0]')" >> $GITHUB_ENV
- name: Test image
run: ./scripts/shell/run-and-check-container.sh "$IMAGE_NAME" PR-${{ github.event.number }}-container

0 comments on commit eb4f936

Please sign in to comment.