VictoriaMetrics/.github/workflows/main.yml
Max Golionko 59b97f26c0
CI: split js and go codeql, split test and build, enable matrix for test (#3670)
* split js and go codeql, split test and build, enable matrix for test

* checkout before go setup

* enable build for PRs as well

* update filter
2023-01-18 11:42:27 -08:00

29 lines
520 B
YAML

name: main
on:
workflow_run:
workflows: ["main - test"]
types:
- completed
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.5
check-latest: true
cache: true
- name: Build
run: |
make victoria-metrics-crossbuild
make vmuitils-crossbuild