Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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