Skip to content

Commit

Permalink
Merge pull request #900 from elezar/fix-make-target
Browse files Browse the repository at this point in the history
[no-relnote] Fix e2e test make target
  • Loading branch information
elezar authored Feb 5, 2025
2 parents b457247 + 948bc11 commit 073fb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
export E2E_SSH_KEY="$e2e_ssh_key"
export E2E_SSH_HOST="${{ steps.get_public_dns_name.outputs.result }}"
make -f test/e2e/Makefile test
make -f tests/e2e/Makefile test
- name: Send Slack alert notification
id: slack
Expand Down

0 comments on commit 073fb13

Please sign in to comment.