VictoriaMetrics/.github/workflows/main.yml
Max Golionko 57a0cde27c
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:46:38 -08:00

29 lines
478 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 vmcluster-crossbuild