Skip to content

Commit

Permalink
When runsettings are changed the tests should be run again
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectron committed Oct 15, 2024
1 parent 4957510 commit 69b237a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/BuildTestDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
- '.editorconfig'
- '.gitattributes'
- '.gitignore'
- '.runsettings'
- 'LICENSE.txt'
- 'README.md'

Expand All @@ -21,7 +20,6 @@ on:
- '.editorconfig'
- '.gitattributes'
- '.gitignore'
- '.runsettings'
- 'LICENSE.txt'
- 'README.md'

Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<RunSettingsFilePath Condition="$(ContinuousIntegrationBuild) == 'false'">$(SolutionDir)\Integration.runsettings</RunSettingsFilePath>
<RunSettingsFilePath Condition="$(ContinuousIntegrationBuild) == 'true'">$(SolutionDir)\CI.runsettings</RunSettingsFilePath>
<RunSettingsFilePath Condition="$(ContinuousIntegrationBuild) == 'true'">$(SolutionDir)\GithubActions.runsettings</RunSettingsFilePath>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 69b237a

Please sign in to comment.