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

This commit is contained in:
Matthew Rich 2024-05-28 17:20:56 -07:00
parent 56aebe7a62
commit fa2901c4bb

View File

@ -104,9 +104,8 @@ jobs:
SSH_AUTH_SOCK: /tmp/ssh.sock SSH_AUTH_SOCK: /tmp/ssh.sock
ENVIRONMENT: dev ENVIRONMENT: dev
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
TZ: America/Los_Angeles
volumes: volumes:
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/gitconfig:/etc/gitconfig:ro" - "/etc/gitconfig:/etc/gitconfig:ro"
- "/${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock" - "/${{ env.SSH_AUTH_SOCK }}:/tmp/ssh.sock"
- "/opt/gitea/act_runner/.ssh/known_hosts:/root/.ssh/known_hosts" - "/opt/gitea/act_runner/.ssh/known_hosts:/root/.ssh/known_hosts"
@ -115,7 +114,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 - run: apt-get -y update && apt-get install -y tzdata
- 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