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 9, 2024
1 parent b991556 commit 2558ccd
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 2558ccd

Please sign in to comment.