Run correct make command that starts e2e tests

This commit is contained in:
Volodymyr Zotov
2025-08-20 15:33:08 -05:00
parent 331e8d7bfb
commit 29b7ed7899

View File

@@ -37,7 +37,7 @@ jobs:
echo ${{ secrets.OP_CONNECT_CREDENTIALS }} > 1password-credentials.json
- name: Run E2E tests
run: make e2e-test
run: make test-e2e
env:
OP_CONNECT_TOKEN: ${{ secrets.OP_CONNECT_TOKEN }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}