Friday, July 24, 2020

Test and Code: 123: GitHub Actions - Tania Allard

Lots of Python projects are starting to use GitHub Actions for Continous Integration & Deployment (CI/CD), as well as other workflows.

Tania Allard, a Senior Cloud Developer Advocate at Microsoft, joins the show to answer some of my questions regarding setting up a Python project to use Actions.

Some of the topics covered:

  • How to get started with GitHub Actions for a Python project?
  • What are workflow files?
  • Does it matter what the file name is called?
  • Can I have / Should I have more than one workflow?

Special Guest: Tania Allard.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>Lots of Python projects are starting to use GitHub Actions for Continous Integration &amp; Deployment (CI/CD), as well as other workflows.</p> <p>Tania Allard, a Senior Cloud Developer Advocate at Microsoft, joins the show to answer some of my questions regarding setting up a Python project to use Actions.</p> <p>Some of the topics covered:</p> <ul> <li>How to get started with GitHub Actions for a Python project?</li> <li>What are workflow files?</li> <li>Does it matter what the file name is called?</li> <li>Can I have / Should I have more than one workflow?</li> </ul><p>Special Guest: Tania Allard.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/3eBYfEe" rel="nofollow">Datadog</a>: <a href="https://ift.tt/3eBYfEe" rel="nofollow">Modern monitoring & security. See inside any stack, any app, at any scale, anywhere. Visit testandcode.com/datadog to get started.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p><p>Links:</p><ul><li><a href="https://ift.tt/2BynQ2Q" title="Using Python with GitHub Actions - GitHub Docs" rel="nofollow">Using Python with GitHub Actions - GitHub Docs</a></li><li><a href="https://ift.tt/2CvO0Bm" title="awesome-actions" rel="nofollow">awesome-actions</a> &mdash; A curated list of awesome actions to use on GitHub</li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...