Skip to content

tsgcpp/GitHubActionsTestbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubActionsTestbed

Testbed examples of GitHub Actions.

Examples

.github/workflows/build-dotnet.yml

  • An example with Composite Actions.

.github/workflows/build-dotnet-without-composite-actions.yml

  • An example without Composite Actions.

.github/workflows/build-dotnet-with-pre-download.yml

  • An example with Composite Actions.
  • Preload actions/upload-artifact by declaring it previously.
    • This example avoids those delay downloads.
    • FYI: Downloading actions in Composte Actions will be delayed as a specification of GitHub Actions.

.github/workflows/build-dotnet-with-setup-actions.yml

  • An example with cached actions.
  • All actions will be downloaded previously and will be shared in the steps.

.github/workflows/build-dotnet-with-private-actions.yml

  • An example with private actions.
  • "Personal Access Token" (secrets.PAT_TOKEN) is required to access private repositories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages