Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.46 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.46 KB

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