Make "four phase test"
This commit is contained in:
parent
3714e1914b
commit
bb3fc8c72c
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ module Ci
|
|||
})
|
||||
|
||||
config_processor = GitlabCiYamlProcessor.new(config, path)
|
||||
|
||||
builds = config_processor.builds_for_stage_and_ref("test", "master")
|
||||
expect(builds.size).to eq(1)
|
||||
expect(builds.first[:when]).to eq(when_state)
|
||||
|
|
Loading…
Reference in a new issue