Skip to content

Commit

Permalink
fix TestnetIntegrationTests conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 10, 2023
1 parent 24dab75 commit a163a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildkite/src/Jobs/Test/TestnetIntegrationTests.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ in Pipeline.build Pipeline.Config::{
],
path = "Test",
name = "TestnetIntegrationTests",
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ]
tags = [ PipelineTag.Type.Long, PipelineTag.Type.Test ],
mode = PipelineMode.Type.Stable
},
steps = [
TestExecutive.build "integration_tests",
Expand Down

0 comments on commit a163a89

Please sign in to comment.