-
Notifications
You must be signed in to change notification settings - Fork 11
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
docs: add typeorm examples #255
Conversation
a39e50f
to
d338874
Compare
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.
Thoughts on maybe adding sub-folders for mysql
, postgres
, and sql server
? To de-clutter the typeorm folder?
d338874
to
266a1b0
Compare
sounds like a good idea, I'm just thinking what a good file name for each sample would be in that case 🤔 |
Adds TypeORM samples along with a new CI target to run tests against the provided samples, making sure they're always valid usage. Fixes: #112
266a1b0
to
0332b43
Compare
|
||
- name: Link self-direct dependency | ||
run: npm link @google-cloud/cloud-sql-connector | ||
|
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.
moved this block since it was interfering with the npm uninstall
from the Setup v14.x-compatible tap
step above
.github/workflows/tests.yml
Outdated
permissions: | ||
contents: 'read' | ||
id-token: 'write' | ||
issues: write | ||
pull-requests: write |
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.
are all of these permissions reqquired? issues
and pull_request
are for flakybot... we are not running flakybot here are we?
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.
worth maybe testing removing some...
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.
no need to run flakybot on these, I'll remove issues
and pull_request
then!
7f08d49
to
b8040db
Compare
b8040db
to
b61095b
Compare
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.
Some YAML cleanup to de-clutter and shorten file
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
Adds TypeORM samples along with a new CI target to run tests against the provided samples, making sure they're always valid usage.
Fixes: #112