mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
Run correct make command that starts e2e tests
This commit is contained in:
2
.github/workflows/test-e2e.yml
vendored
2
.github/workflows/test-e2e.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user