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

This commit is contained in:
Matthew Rich 2024-05-28 18:44:51 -07:00
parent c21571c913
commit b65d3479db

View File

@ -116,7 +116,7 @@ jobs:
- run: apt-get -y update && apt-get install -y tzdata
- run: apt-get install -y nodejs git make
- uses: actions/checkout@v3
- run: make build-deps
- run: make ubuntu-deps
- run: make build
- run: make deb
- uses: actions/upload-artifact@v3