From 192d20948f15227b911ce5e4126e23226ebcae95 Mon Sep 17 00:00:00 2001 From: freddydk Date: Wed, 13 Nov 2024 10:06:29 +0100 Subject: [PATCH] skip upgrade --- .AL-Go/settings.json | 3 +-- .github/AL-Go-Settings.json | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.AL-Go/settings.json b/.AL-Go/settings.json index ed5f38a..e7ff64a 100644 --- a/.AL-Go/settings.json +++ b/.AL-Go/settings.json @@ -1,5 +1,4 @@ { "country": "w1", - "appFolders": [ "Misc","W1","Licensing", "Common" ], - "doNotRunTests": true + "appFolders": [ "Misc","W1","Licensing", "Common" ] } diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index 5c6662c..2121917 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -4,6 +4,8 @@ "templateSha": "95f92d5907c5fb96f52814b8848e7d27ca65c290", "useCompilerFolder": true, "doNotPublishApps": true, + "doNotBuildTests": true, + "skipUpgrade": true, "runs-on": "ubuntu-latest", "shell": "pwsh", "gitHubRunner": "ubuntu-latest",