File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ func setupIntegrationTests() {
6060 InitArtifactoryTests ()
6161 }
6262
63- if * tests .TestNpm || * tests .TestGradle || * tests .TestMaven || * tests .TestGo || * tests .TestNuget || * tests .TestPip || * tests .TestPipenv || * tests .TestPoetry || * tests .TestHelm || (* tests .TestArtifactory && ! * tests .TestArtifactoryProxy ) || * tests .TestArtifactoryProject {
63+ if * tests .TestNpm || * tests .TestGradle || * tests .TestMaven || * tests .TestGo || * tests .TestNuget || * tests .TestPip || * tests .TestPipenv || * tests .TestPoetry || * tests .TestConan || * tests . TestHelm || (* tests .TestArtifactory && ! * tests .TestArtifactoryProxy ) || * tests .TestArtifactoryProject {
6464 InitBuildToolsTests ()
6565 }
6666 if * tests .TestDocker || * tests .TestPodman || * tests .TestDockerScan {
@@ -93,7 +93,7 @@ func tearDownIntegrationTests() {
9393 if (* tests .TestArtifactory && ! * tests .TestArtifactoryProxy ) || * tests .TestArtifactoryProject {
9494 CleanArtifactoryTests ()
9595 }
96- if * tests .TestNpm || * tests .TestGradle || * tests .TestMaven || * tests .TestGo || * tests .TestNuget || * tests .TestPip || * tests .TestPipenv || * tests .TestPoetry || * tests .TestHelm || * tests .TestDocker || * tests .TestPodman || * tests .TestDockerScan || (* tests .TestArtifactory && ! * tests .TestArtifactoryProxy ) || * tests .TestArtifactoryProject {
96+ if * tests .TestNpm || * tests .TestGradle || * tests .TestMaven || * tests .TestGo || * tests .TestNuget || * tests .TestPip || * tests .TestPipenv || * tests .TestPoetry || * tests .TestConan || * tests . TestHelm || * tests .TestDocker || * tests .TestPodman || * tests .TestDockerScan || (* tests .TestArtifactory && ! * tests .TestArtifactoryProxy ) || * tests .TestArtifactoryProject {
9797 CleanBuildToolsTests ()
9898 }
9999 if * tests .TestDistribution {
You can’t perform that action at this time.
0 commit comments