From 7aedebecee4110492607dcf5be28edeb4b3281b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 21 Nov 2021 13:18:53 +0100 Subject: [PATCH] ci: Visually separate jobs in workflow file --- .github/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 91402a436..c31763528 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,7 @@ jobs: - name: Run style check (auto-format with `nix-shell --run postgrest-style`) run: postgrest-style-check + Test-Nix: name: Test (Nix) runs-on: ubuntu-latest @@ -78,6 +79,7 @@ jobs: if: always() run: postgrest-test-spec-idempotence + Test-Memory-Nix: name: Test memory (Nix) runs-on: ubuntu-latest @@ -90,6 +92,7 @@ jobs: - name: Run memory tests run: postgrest-test-memory + Build-Nix: name: Build Linux static (Nix) runs-on: ubuntu-latest @@ -125,6 +128,7 @@ jobs: nix-env -f default.nix -iA devTools postgrest-push-cachix + Build-Stack: strategy: matrix: @@ -188,6 +192,7 @@ jobs: result/postgrest.exe if-no-files-found: error + Get-FreeBSD-CirrusCI: name: Get FreeBSD build from CirrusCI runs-on: ubuntu-latest @@ -205,6 +210,7 @@ jobs: path: postgrest if-no-files-found: error + Prepare-Release: name: Prepare release if: startsWith(github.ref, 'refs/tags/v') @@ -263,6 +269,7 @@ jobs: path: CHANGES.md if-no-files-found: error + Release-GitHub: name: Release on GitHub permissions: @@ -320,6 +327,7 @@ jobs: ${isprerelease:+"--prerelease"} \ release-bundle/* + Release-Docker: name: Release on Docker Hub runs-on: ubuntu-latest