Skip to content

Merge pull request #30 from olcf/dependabot/github_actions/actions/up… #79

Merge pull request #30 from olcf/dependabot/github_actions/actions/up…

Merge pull request #30 from olcf/dependabot/github_actions/actions/up… #79

Workflow file for this run

---
name: build
on: [push]
jobs:
build-binary:
runs-on: ubuntu-20.04
container: ghcr.io/olcf/greggd/dev-image:8.3_20210513
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build
run: go build -v ./cmd/greggd/
- name: Test
run: go test -v ./...
- name: Save artifact
uses: actions/[email protected]
with:
name: greggd
path: greggd