Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New CI with Github Actions
Hi everyone,
hope you are all doing well.
Description
As we discussed on this issue #126, TravisCI is no longer an option as it has a time limit not just on individual builds, but every account only gets an X amount of minutes it can use for its lifetime. After that, you'll have to pay. This is why I have setup GitHub actions for our CI needs. The only issue I ran across with Github Actions was the fact that if the
max_listing_days
was set to something as high as 35, JobFunel will error out for some reason. This is an issue that needs further investigation; I don't know the exact reason why this happens. I'll document this odd issue at some point in the future.In the meantime, Github Actions seems to work without a time limit. I have updated the trigger branches (
push
andpull_request
keys on github actions configuration), so it should get triggered when this PR gets merged. Fingers crossed 😎 . The.travis.yml
file has been deleted. Check commit history for details.After this gets merged, and if all goes well, I'll submit a PR to update the readme's CI badge to report Github Actions status instead of TravisCI.
Context of change
Please add options that are relevant and mark any boxes that apply.
Type of change
Please mark any boxes that apply.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration.
Checklist:
Please mark any boxes that have been completed.