-
Notifications
You must be signed in to change notification settings - Fork 3
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
Travis CIからGithub Actionsに変更 #7
Conversation
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.
LGTM!!
@@ -115,3 +115,11 @@ deps = | |||
flake8 | |||
commands = | |||
flake8 bpmappers/ | |||
|
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.
メモ: 編集範囲外の [testenv:py37-dj31]
等のセクションもまとめられそうですが、またいずれ。
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.
LGTM
# push と pull request イベント毎にGtihubのWorkflowを起動する | ||
on: | ||
- push | ||
- pull_request |
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.
pushとpull_requestで絞り込みせずに起動させた場合pull_request時に2回同じテストが実行されてしまいます。
なのでpull_requestのopened, syncronize & push masterにするかpushのみに条件を絞った方が良いです。
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.
同じテストが同時に2回走ってるぽいのは気になってました。
検討します。
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.
いったん issueにしました #8
別PRで対応できればと思います
目的
作業内容
レビューしてほしいところ