Skip to content

Commit

Permalink
Print artifact name
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Feb 1, 2024
1 parent 326bc34 commit e7d3831
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-eden-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Print Artifact
run: |
echo "${{ inputs.eve_artifact_name }}"
shell: bash
- name: Setup Environment
uses: ./eden/.github/actions/setup-environment
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Print Artifact
run: |
echo "${{ inputs.eve_artifact_name }}"
shell: bash
- name: Download artifact if specified
if: inputs.eve_artifact_name != ''
uses: actions/download-artifact@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
with:
repository: "lf-edge/eden"
path: "./eden"
- name: Print Artifact
run: |
echo "${{ inputs.eve_artifact_name }}"
shell: bash
- name: Run Smoke tests
uses: ./eden/.github/actions/run-eden-test
with:
Expand Down

0 comments on commit e7d3831

Please sign in to comment.