Skip to content

Commit

Permalink
eden.yml: checkout Eden 0.9.13
Browse files Browse the repository at this point in the history
Checkout latest Eden version in the CI workflow.

Signed-off-by: Paul Gaiduk <[email protected]>
  • Loading branch information
europaul authored and yash-zededa committed Nov 13, 2024
1 parent 75b196e commit 47ea7e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/eden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,20 @@ jobs:
eve_log_level: "debug"
eve_artifact_name: eve-${{ matrix.hv }}-${{ matrix.arch }}-${{ matrix.platform }}
artifact_run_id: ${{ needs.get_run_id.outputs.run_id }}
eden_version: "0.9.12"
eden_version: "0.9.13"

test_suite_master:
if: github.ref == 'refs/heads/master'
uses: lf-edge/eden/.github/workflows/[email protected]
secrets: inherit
with:
eve_image: "lfedge/eve:snapshot"
eden_version: "0.9.12"
eden_version: "0.9.13"

test_suite_tag:
if: startsWith(github.ref, 'refs/tags')
uses: lf-edge/eden/.github/workflows/[email protected]
secrets: inherit
with:
eve_image: "lfedge/eve:${{ github.ref_name }}"
eden_version: "0.9.12"
eden_version: "0.9.13"

0 comments on commit 47ea7e3

Please sign in to comment.