test dist builds
Some checks failed
Lint / golangci-lint (push) Successful in 9m42s
Declarative Tests / test (push) Successful in 20s
Declarative Tests / build (push) Successful in 1m30s
Declarative Tests / build-focal (push) Failing after 25s

This commit is contained in:
Matthew Rich 2024-05-28 16:26:16 -07:00
parent e9c2fe63de
commit 56aebe7a62

View File

@ -115,7 +115,7 @@ jobs:
- "/etc/ssl/certs:/etc/ssl/certs:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro"
options: --cpus 4 options: --cpus 4
steps: steps:
- run: apt-get -y update && apt-get install -y tzdata - run: apt-get -y update
- run: apt-get install -y nodejs git - run: apt-get install -y nodejs git
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: make build-deps - run: make build-deps