Skip to content

Merge pull request #31 from replicatedhq/joshd/prep-beta-6 #73

Merge pull request #31 from replicatedhq/joshd/prep-beta-6

Merge pull request #31 from replicatedhq/joshd/prep-beta-6 #73

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make build
- name: Test
run: make test