Skip to content

Add new TmpPath public function (#306) #226

Add new TmpPath public function (#306)

Add new TmpPath public function (#306) #226

Workflow file for this run

name: UnitTesting
on: [push, pull_request]
env:
GO111MODULE: off
jobs:
build:
name: Build
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/github.com/newrelic/infra-integrations-sdk
steps:
- name: Set up Go
uses: actions/setup-go@v2
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
path: src/github.com/newrelic/infra-integrations-sdk
- name: Test
env:
GOPATH: "${{ github.workspace }}"
run: env PATH="$PATH:$GOPATH/bin" make test