Skip to content

Commit

Permalink
fix: run all scenarios in functest (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakanechi authored Sep 14, 2024
1 parent 261bda4 commit c8d13ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/subscribe.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@subscribe
@parallel
@x1
Feature: subscribe

Expand Down Expand Up @@ -45,4 +46,4 @@ Feature: subscribe
When a pull request is opened from "testpr" branch of repo "test-subscribe-parent"
Then the "second" job is triggered on branch "main" of repo "test-subscribe-parent"
And the "random" job is not triggered on branch "main" of repo "test-subscribe-first-child"
And the "random" job is triggered on branch "main" of repo "test-subscribe-second-child"
And the "random" job is triggered on branch "main" of repo "test-subscribe-second-child"

0 comments on commit c8d13ec

Please sign in to comment.