Skip to content

Commit

Permalink
Added test case for valid yaml-anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakuz-db committed Jan 23, 2025
1 parent a6fa199 commit 7de066e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundle/internal/schema/testdata/pass/yaml_anchors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
tags: &job-tags
environment: "some_environment"

resources:
jobs:
db1:
tags:
<<: *job-tags
db2:
tags:
<<: *job-tags

0 comments on commit 7de066e

Please sign in to comment.