Skip to content

Commit

Permalink
Fix typo in operator-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed May 6, 2024
1 parent 5492702 commit 7f515c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/operator-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ jobs:
if: github.event_name == 'pull_request'
run: |
make -C components/operator deploy
make -C components/operator install-operator-k3d
make -C tests/operator test
env:
IMG: europe-docker.pkg.dev/kyma-project/dev/dockerregisty-operator:PR-${{ github.event.number }}
IMG: europe-docker.pkg.dev/kyma-project/dev/dockerregistry-operator:PR-${{ github.event.number }}
- name: run integration test (post)
if: github.event_name == 'push'
run: |
Expand Down

0 comments on commit 7f515c0

Please sign in to comment.