Skip to content

Small POC that serves as a starting point for getting familiar with and learning this CI/CD platform.

Notifications You must be signed in to change notification settings

bguillen-tcs/github-actions-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions POC

Description

Simple POC to get more familiar with GitHub Actions. The goal with this POC is to create a simple workflow that runs one job, printing out node and npm versions.

It's pretty pointless, but the point is to just start with a small example to put the general concepts into practice.

Given all the above, below, you'll see "Commit N". This is where I'll add content to the README, in order to practice triggering the workflow more than once.

Note: Initially, this project just started out with this README, but I've added an empty package to avoid the error indicating that I was missing a package.

Trigger History

  • Commit 1 (first time attempting to trigger the workflow)
  • Commit 2 (first time failed, since branch was expecting main, not master)
  • Commit 3 (add note in above section)
  • Commit 4 (rm npm cache, as it seems to be causing problems)

About

Small POC that serves as a starting point for getting familiar with and learning this CI/CD platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published