Closed lbenet closed 4 years ago
.. there's also Docker container github actions: https://help.github.com/en/actions/creating-actions/creating-a-docker-container-action
Seems like the job hits maximum time limit. Perhaps there are ways to extend such limit? (for free)
commit f73458d tries with the travis_wait
option (docs here)
I think the container part runs fine; running out of time might be related to the script
part.
the "travis CI - branch" passed. maybe the travis CI "PR" failed because there is no travis script in master.. ? i suggest to merge this one and try running travis in master
again afterwards.
Ok. Merging
Seems like the job hits maximum time limit. Perhaps there are ways to extend such limit? (for free)