-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup for L0 Testcases #6
Conversation
|
|
.github/workflows/test.yml
Outdated
$headers = @{ | ||
"Authorization" = "token ${env:GITHUB_TOKEN}" | ||
} | ||
Invoke-RestMethod -Method POST -Uri $url -Headers $headers -Body "{ `"body`": `"${comment}`" }" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as Azure/k8s-set-context#8
… only dev for releases
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments on the k8s-set-context PR. They apply here as well.
Given that they're cosmetic changes; I leave it to you to consider taking those up. 😄
"@types/node": "^12.0.4", | ||
"jest": "^26.0.1", | ||
"@types/jest": "^25.2.2", | ||
"ts-jest": "^25.5.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ts-jest
isn't being used yet right?
|
@rgsubh any reason for holding off the merge? |
No description provided.