question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migrate from Travis CI to GitHub Actions

See original GitHub issue

🚀 Feature

The idea is to migrate 3 following stages from Travis CI to GitHub Actions:

Each stage can be a separate action: e.g. Docs -> .github/workflows/docs.yml, Deploy -> .github/workflows/binaries-release.yml, Nightly -> .github/workflows/binaries-nightly-release.yml

For PyDataGlobal contributors, feel free to ask questions for details if any and say that you would like to tackle the issue. Please, take a look at CONTRIBUTING guide.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vfdev-5commented, Nov 11, 2020

Thanks @ydcjeff !

1reaction
ydcjeffcommented, Nov 11, 2020

Alright then I will draft a PR

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating from Travis CI to GitHub Actions
Introduction. This guide helps you migrate from Travis CI to GitHub Actions. It compares their concepts and syntax, describes the similarities, ...
Read more >
Migrate From Travis CI to GitHub Actions
This post walks through migrating a build from Travis CI to GitHub Actions.
Read more >
Travis to GitHub Actions converter - @akx
Travis to GitHub Actions converter · Input Travis.yml · GitHub Actions YAML.
Read more >
Migrating From Travis to GitHub Actions - Mark Phelps
Start with the low hanging fruit. Don't try to replace your entire CI/CD solution in one sitdown. Look to see if there is...
Read more >
Why we decided to migrate from Travis to Github Actions ...
Migration · Create .github/workflows/test.yaml file · Make sure checks passed before merging the Pull Request · Disable Travis.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found