Skip to content

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

Merged
merged 6 commits into from
Jun 8, 2021
Merged

Conversation

bahusoid
Copy link
Member

@bahusoid bahusoid commented Jun 6, 2021

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

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
Copy link
Member Author

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.

@bahusoid bahusoid added this to the 5.3.9 milestone Jun 6, 2021
@fredericDelaporte

This comment has been minimized.

@fredericDelaporte

This comment has been minimized.

@bahusoid

This comment has been minimized.

@bahusoid

This comment has been minimized.

@bahusoid
Copy link
Member Author

bahusoid commented Jun 7, 2021

@hazzik
Copy link
Member

hazzik commented Jun 7, 2021

Maybe we can use services instead of docker

@hazzik
Copy link
Member

hazzik commented Jun 7, 2021

Ok, it seems services also require linux.

@bahusoid
Copy link
Member Author

bahusoid commented Jun 7, 2021

Maybe we can use services instead of docker

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)

@hazzik hazzik changed the title Add GitHub Actions build Replace Travis CI with GitHub Actions Jun 8, 2021
@hazzik hazzik merged commit 15e4a73 into nhibernate:5.3.x Jun 8, 2021
@hazzik hazzik added the r: Fixed label Jun 8, 2021
@bahusoid bahusoid mentioned this pull request Jul 3, 2021
bahusoid added a commit to bahusoid/nhibernate-core that referenced this pull request Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants