From 69b237adf333aee9cadf2f36a3e23849c4b001bb Mon Sep 17 00:00:00 2001 From: Vectron Date: Tue, 15 Oct 2024 14:19:34 +0200 Subject: [PATCH] When runsettings are changed the tests should be run again --- .github/workflows/BuildTestDeploy.yml | 2 -- test/Directory.Build.props | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/BuildTestDeploy.yml b/.github/workflows/BuildTestDeploy.yml index 15b65ce..64f970e 100644 --- a/.github/workflows/BuildTestDeploy.yml +++ b/.github/workflows/BuildTestDeploy.yml @@ -10,7 +10,6 @@ on: - '.editorconfig' - '.gitattributes' - '.gitignore' - - '.runsettings' - 'LICENSE.txt' - 'README.md' @@ -21,7 +20,6 @@ on: - '.editorconfig' - '.gitattributes' - '.gitignore' - - '.runsettings' - 'LICENSE.txt' - 'README.md' diff --git a/test/Directory.Build.props b/test/Directory.Build.props index 1977d14..54b8a85 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -9,7 +9,7 @@ $(SolutionDir)\Integration.runsettings - $(SolutionDir)\CI.runsettings + $(SolutionDir)\GithubActions.runsettings