Skip to content

This repository shows how to create a github action to publish c4sharp assets as artifacts on workflows using c4scli

License

Notifications You must be signed in to change notification settings

leisiamedeiros/c4bank-artifacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow status

CodeQL c4bank-application

C4Bank Sample

⚠️ ATTENTION! This is a copy from https://github.com/8T4/c4sharp/tree/main/samples/C4Bank

This repo was created just to show how to:

About the workflow .yml file

There are three jobs on the workflow yml file and their responsibilities are showed bellow:

c4bank-workflow

  • Build
    • To build the application and save its compilated code on cache
  • Test
    • Restore compilated code from cache and execute dotnet tests
  • C4sharp
    • Instal c4scli to generate the artifacts
    • Restore compilated code from cache
    • Generate c4s artifacts using c4scli command
    • Publish artifacts

About

This repository shows how to create a github action to publish c4sharp assets as artifacts on workflows using c4scli

Topics

Resources

License

Stars

Watchers

Forks

Languages