Some checks failed
Dendrite / Update Docker images (push) Blocked by required conditions
ci / build_and_publish (push) Failing after 12s
Dendrite / WASM build test (push) Has been skipped
Dendrite / Linting (push) Failing after 11s
Dendrite / Unit tests (push) Failing after 31s
Dendrite / Build for Linux (push) Failing after 2s
Dendrite / Build for Windows (push) Failing after 2s
Dendrite / Initial tests passed (push) Failing after 0s
Dendrite / Integration tests (push) Has been skipped
Dendrite / Upgrade tests (push) Has been skipped
Dendrite / Upgrade tests from HEAD-2 (push) Has been skipped
Dendrite / Sytest (SQLite Cgo) (push) Has been skipped
Dendrite / Sytest (PostgreSQL) (push) Has been skipped
Dendrite / Sytest (SQLite native) (push) Has been skipped
Dendrite / Complement (PostgreSQL) (push) Has been skipped
Dendrite / Complement (SQLite native) (push) Has been skipped
Dendrite / Complement (SQLite Cgo) (push) Has been skipped
Dendrite / Integration tests passed (push) Failing after 0s
18 lines
412 B
YAML
18 lines
412 B
YAML
name: ci
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
build_and_publish:
|
|
runs-on: docker
|
|
container:
|
|
image: ghcr.io/catthehacker/ubuntu:runner-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: actions/setup-go@v6
|
|
with:
|
|
go-version: '1.23.linux-arm64'
|