Skip to content

Commit

Permalink
fix: bats e2e ci test (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Feb 4, 2025
1 parent bbcdd99 commit 85377b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ e2e: reset-tf-state clean-deps start-deps build-for-tests
bats -t bats

e2e-in-ci: clean-deps start-deps build-for-tests
lsof -i :5253 | tail -n 1 | cut -d" " -f2 | xargs -L 1 kill -9 || true
SA_CREDS_BASE64=$$(cat ./dev/fake-service-account.json | tr -d '\n' | base64 -w 0) bats -t bats


Expand Down

0 comments on commit 85377b8

Please sign in to comment.