Skip to content

feat: 修改第三方构建机监控指标 #8418 #381

feat: 修改第三方构建机监控指标 #8418

feat: 修改第三方构建机监控指标 #8418 #381

Workflow file for this run

name: Agent CI
on:
push:
branches: [ master ]
paths:
- 'src/agent/**'
pull_request:
branches: [ master, release-* ]
paths:
- 'src/agent/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19.6
- uses: actions/checkout@v2
- run: make clean all
working-directory: src/agent/
- uses: actions/upload-artifact@v1
with:
name: agent
path: src/agent/bin/