Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
test(snap): use v2 test suite
Browse files Browse the repository at this point in the history
Signed-off-by: Mengyi Wang <mengyi.wang@canonical.com>
  • Loading branch information
MonicaisHer committed Apr 19, 2022
1 parent d8b3c9b commit 011ded7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
steps:
- name: Build and upload snap
id: build
# uses: canonical/edgex-snap-testing/build@v2
uses: MonicaisHer/edgex-snap-testing/build@EDGEX-416-create-edgex-cli-testing-suite
uses: canonical/edgex-snap-testing/build@v2
outputs:
snap: ${{steps.build.outputs.snap}}

Expand All @@ -24,8 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download and test snap
# uses: canonical/edgex-snap-testing/test@v2
uses: MonicaisHer/edgex-snap-testing/test@EDGEX-416-create-edgex-cli-testing-suite
uses: canonical/edgex-snap-testing/test@v2
with:
name: cli
snap: ${{needs.build.outputs.snap}}
Expand Down

0 comments on commit 011ded7

Please sign in to comment.