Skip to content

build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4698) #1435

build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4698)

build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4698) #1435

Workflow file for this run

name: Snap Testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# allow manual trigger
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build and upload snap
id: build
uses: canonical/edgex-snap-testing/build@v3
outputs:
snap: ${{steps.build.outputs.snap}}
test:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download and test snap
uses: canonical/edgex-snap-testing/test@v3
with:
name: edgexfoundry
snap: ${{needs.build.outputs.snap}}