Skip to content

added linuxbox_text_file datasource #134

added linuxbox_text_file datasource

added linuxbox_text_file datasource #134

Workflow file for this run

name: test
on:
push:
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.17
id: go
- name: Build
run: go build -v
- name: Test
run: go test -v ./...