Skip to content

Initial EKS cluster creation #110

Initial EKS cluster creation

Initial EKS cluster creation #110

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