Skip to content

Commit

Permalink
fix resource yaml path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
semihbkgr committed May 15, 2024
1 parent e19f980 commit 3e22a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrational-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Deploy Hazelcast cluster
run: |-
kubectl apply -f hazelcast${{matrix.suffix}}.yaml
kubectl apply -f $EXAMPLES_DIR/hazelcast${{matrix.suffix}}.yaml
- name: Waith for Hazelcast cluster to be ready
run: |-
Expand Down

0 comments on commit 3e22a7f

Please sign in to comment.