Skip to content

Don't default NAT Gateway for existing node subnet #2267

Don't default NAT Gateway for existing node subnet

Don't default NAT Gateway for existing node subnet #2267

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: codecov
on:
pull_request:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.20'
- run: "PATH=/usr/local/go/bin:$PATH make test-cover"
- uses: codecov/codecov-action@v3
with:
file: ./coverage.out
fail_ci_if_error: true