You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- created workflow directory and test.yml workflow
- added a job that executes existing compose.test.yml file
to run tests
- job will be triggered when a PR is raised to master or
push happens to master ( post merge also will trigger a
job )
- added concurrency check so that old job can be cancelled
if a new push happens
- added lint actions to lint the code using actions
0 commit comments