From 1e36f8d47b0cda0805830f49dd802cd1b5e162bd Mon Sep 17 00:00:00 2001 From: Freddy Kristiansen Date: Sun, 5 Dec 2021 07:05:05 +0100 Subject: [PATCH] wordig --- README.md | 2 +- Scenarios/13.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af7ba86f..12befb1b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Usage scenarios: 1. [Setup CI/CD for an existing per tenant extension (BingMaps)](Scenarios/10.md) 1. [Setup CI/CD for an existing AppSource App](Scenarios/11.md) 1. [Enable KeyVault access for your AppSource App during development and/or tests](Scenarios/12.md) -1. [Setup your own GitHub runner to increase workflow performance](Scenarios/13.md) +1. [Setup your own GitHub runner to increase build performance](Scenarios/13.md) **Note:** Please refer to [this description](Scenarios/settings.md) to learn about the settings file and how you can modify default behaviors. # This project diff --git a/Scenarios/13.md b/Scenarios/13.md index 5b5e269f..abf58ed4 100644 --- a/Scenarios/13.md +++ b/Scenarios/13.md @@ -1,4 +1,4 @@ -# #13 Setup your own GitHub runner to increase workflow performance +# #13 Setup your own GitHub runner to increase build performance *Prerequisites: An AL-Go repository setup using one of the scenarios* When running the CI/CD workflow, the build job is by far the most time consuming job. By adding your own GitHub Runner, which can cache the generic image, the build image and also the artifacts, the time for running the build job can become much faster. @@ -22,7 +22,7 @@ GitHub runners can be registered for an organization (accessible for all reposit 1. Save and inspect your workflows performance increase on the second run. 1. Inspect that one of the runners pick up the workflow ![Active](/images/13d.png) -1. Clicking the runner reveals the job it is running +1. Clicking the runner reveals that the job it is running ![Job](/images/13e.png) ## Additional info on build performance