Skip to content

Commit

Permalink
add pass test for artifact referneces
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Sep 10, 2024
1 parent 47d3e88 commit f3fc0ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundle/internal/schema/testdata/pass/artifact_references.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
artifacts:
abc:
path: /Workspace/a/b/c
type: wheel
files:
- source: ./x.whl

resources:
jobs:
foo:
name: ${artifacts.abc.type}

0 comments on commit f3fc0ef

Please sign in to comment.