Skip to content

build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 from 3.1.0-dev.24 to 3.1.0-dev.27 #234

build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 from 3.1.0-dev.24 to 3.1.0-dev.27

build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 from 3.1.0-dev.24 to 3.1.0-dev.27 #234

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: device-modbus
snap: ${{needs.build.outputs.snap}}