File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 - name : E2E Test
9999 env :
100100 TDL_TEST_CREDENTIALS_FILE : ${{ github.workspace }}/test/credentials.json
101- run : ginkgo -v -r ./test
101+ run : ginkgo -v -r --timeout=3m ./test
102102
103103 - name : Comment result on PR
104104 if : github.event_name == 'issue_comment' && always()
Original file line number Diff line number Diff line change 1+ ** /* .json
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ End-to-end tests for tdl using exported credentials.
77``` bash
88# 1. Export credentials
99cd tools
10- go run export_credentials.go -namespace default -output ../test/test .json
10+ go run export_credentials.go -namespace default -output ../test/credentials .json
1111
1212# 2. Run tests
1313cd ..
14- TDL_TEST_CREDENTIALS_FILE=$( pwd) /test/test .json go test ./test/... -v
14+ TDL_TEST_CREDENTIALS_FILE=$( pwd) /test/credentials .json go test ./test/... -v
1515```
1616
1717## GitHub Actions
@@ -23,5 +23,4 @@ E2E tests run via `.github/workflows/e2e.yml`:
2323
2424## Security
2525
26- - ` test.json ` is in ` .gitignore `
2726- Never commit credentials to version control
You can’t perform that action at this time.
0 commit comments