Skip to content

Implement apply

Implement apply #11

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize, labeled]
jobs:
unit-test:
runs-on: cdk-large
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.22.0
- name: go test
run: go test ./...
integration-test:
runs-on: cdk-large
steps:
- uses: actions/checkout@v3
- name: run test
run: ./test_final_exec.sh