diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 703034b..5a39bf9 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -72,7 +72,7 @@ jobs: - "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro" - "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro" - options: --cpus 10 + options: --cpus 4 steps: - run: dnf install -y nodejs git - name: Check out repository code @@ -103,6 +103,7 @@ jobs: GOPATH: / SSH_AUTH_SOCK: /tmp/ssh.sock ENVIRONMENT: dev + DEBIAN_FRONTEND: noninteractive volumes: - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" @@ -112,9 +113,9 @@ jobs: - "/opt/gitea/act_runner/.gitconfig:/root/.gitconfig:ro" - "/opt/gitea/act_runner/.git-credentials:/root/.git-credentials:ro" - "/etc/ssl/certs:/etc/ssl/certs:ro" - options: --cpus 10 + options: --cpus 4 steps: - - run: apt-get -y update + - run: apt-get -y update && apt-get install -y tzdata - run: apt-get install -y nodejs git - uses: actions/checkout@v3 - run: make build-deps