Skip to content

Merge pull request #94 from jayunit100/tf-initial-ci #104

Merge pull request #94 from jayunit100/tf-initial-ci

Merge pull request #94 from jayunit100/tf-initial-ci #104

Workflow file for this run

name: unit-tests
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
unit-test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: actions/checkout@v3
- name: Run unit-tests
run: |
go test -v ./...
- name: Build the binary
run: |
make build
./op-readiness --dry-run