Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Sep 29, 2023
1 parent 2c58610 commit 04d5159
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/smoke-test-pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Install chectl
run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next

- name: Build plugin registry image
run: |
eval $(minikube docker-env)
BUILDER=docker SKIP_FORMAT=true SKIP_LINT=true SKIP_TEST=true ./build.sh --tag next
# - name: Build plugin registry image
# run: |
# eval $(minikube docker-env)
# BUILDER=docker SKIP_FORMAT=true SKIP_LINT=true SKIP_TEST=true ./build.sh --tag next

- name: Check that plugin registry image is presen in the image list
run: minikube image list --format table
# - name: Check that plugin registry image is present in the image list
# run: minikube image list --format table

- name: Deploy Che
run: |
Expand Down

0 comments on commit 04d5159

Please sign in to comment.