Skip to content

Enhance HuaweiCloudMachine Controller with ELB Attachment Logic #126

Enhance HuaweiCloudMachine Controller with ELB Attachment Logic

Enhance HuaweiCloudMachine Controller with ELB Attachment Logic #126

Workflow file for this run

name: Tests
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '~1.22'
- name: Running Tests
run: |
go mod tidy
make test