-
Notifications
You must be signed in to change notification settings - Fork 934
Replace Travis CI with GitHub Actions #2812
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
Conversation
CONNECTION_STRING: "DataSource=localhost;Database=nhibernate;User=SYSDBA;Password=nhibernate;charset=utf8;" | ||
- DB: MySQL | ||
CONNECTION_STRING: "Server=localhost;Uid=root;Password=nhibernate;Database=nhibernate;Old Guids=True;" | ||
ALLOW_FAILURE: true |
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.
This line should be removed when merged to master.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@hazzik Regarding adding windows in matrix. See https://github.com/bahusoid/nhibernate-core/blob/ghawithWin/.github/workflows/NetCoreTests.yml#L10-L11 But containers don't work on windows: https://github.com/bahusoid/nhibernate-core/actions/runs/913556186 |
Maybe we can use services instead of docker |
Ok, it seems services also require linux. |
If I got it right "service" is just another way to configure docker container in Github Action. Only it doesn't support conditional configurations for jobs (like install only Firebird for this job) |
Sorry to see you go. You've been a good friend. RIP.
As replacement for Travis.
Pretty much the same experience except you currently can restart only all jobs (not possible to restart only failed jobs). And each job is displayed as separate check on github UI.
See results:
https://github.com/bahusoid/nhibernate-core/actions/runs/911887765