test dist builds
Some checks failed
Lint / golangci-lint (push) Successful in 9m45s
Declarative Tests / test (push) Successful in 22s
Declarative Tests / build (push) Successful in 1m29s
Declarative Tests / build-focal (push) Failing after 10s

This commit is contained in:
Matthew Rich 2024-05-28 13:41:26 -07:00
parent f11ae4cfd7
commit 1cb2d264ff

View File

@ -114,6 +114,8 @@ jobs:
- "/etc/ssl/certs:/etc/ssl/certs:ro"
options: --cpus 10
steps:
- run: apt-get -y update
- run: apt-get install nodejs git
- uses: actions/checkout@v3
- run: make build-deps
- run: make build