arst
Some checks failed
Publish on Docker Hub / docker-hub (push) Failing after 40s
Test entrypoints / test-entrypoints (push) Failing after 1m1s
Lints / lint (push) Failing after 36s
Tests / tests (push) Failing after 1m17s

This commit is contained in:
Sergey 2024-09-20 03:47:52 +04:00
parent 2f40140500
commit b75c6a8b2c
4 changed files with 6 additions and 17 deletions

View File

@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
github-server-url: 'http://gitea:3000'
- uses: docker/metadata-action@v5
id: meta
with:

View File

@ -5,6 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
github-server-url: 'http://gitea:3000'
- run: pipx install poetry
- uses: actions/setup-python@v5
with:

View File

@ -1,17 +0,0 @@
name: "Nix CI"
on: [pull_request, push]
jobs:
tests:
name: "Nix build on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os: [ubuntu, macos]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- run: nix build

View File

@ -5,5 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
github-server-url: 'http://gitea:3000'
- run: docker compose -f test.yml up --exit-code-from tests
- uses: codecov/codecov-action@v4