Skip to content

IOTEDGE-1356 Add a Scripted Groovy connector for AWS in ForgeOps #266

IOTEDGE-1356 Add a Scripted Groovy connector for AWS in ForgeOps

IOTEDGE-1356 Add a Scripted Groovy connector for AWS in ForgeOps #266

Workflow file for this run

name: go-test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19' ]
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- run: go test -v -p 1 -timeout 30s -race ./...