Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ test_Parent: rules: - changes: - src/edu/bu/ec504/hw3/bst/ExtendedBSTSet.java - if: '$CI_COMMIT_BRANCH =~ "/^Problem_1a$"/i' tags: [java] test_Rotation: Loading @@ -112,6 +113,7 @@ test_Rotation: rules: - changes: - src/edu/bu/ec504/hw3/bst/ExtendedBSTSet.java - if: '$CI_COMMIT_BRANCH =~ "/^Problem_1b$"/i' tags: [java] Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ test_Parent: rules: - changes: - src/edu/bu/ec504/hw3/bst/ExtendedBSTSet.java - if: '$CI_COMMIT_BRANCH =~ "/^Problem_1a$"/i' tags: [java] test_Rotation: Loading @@ -112,6 +113,7 @@ test_Rotation: rules: - changes: - src/edu/bu/ec504/hw3/bst/ExtendedBSTSet.java - if: '$CI_COMMIT_BRANCH =~ "/^Problem_1b$"/i' tags: [java] Loading