From 4cf95c1c8f7fb4d25854676aa1b31fbcad11e9d1 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 17 Jul 2025 15:25:43 +0200 Subject: [PATCH] Revert "remove pixelfed from CI until fixed (#472)" This reverts commit 8253288f8a60823d706b9f41ef3cfa874b916da5. --- .forgejo/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 7bc68bf5..b41a106e 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -27,6 +27,12 @@ jobs: - uses: actions/checkout@v4 - run: nix build .#checks.x86_64-linux.test-mastodon-service -L + check-pixelfed: + runs-on: native + steps: + - uses: actions/checkout@v4 + - run: nix build .#checks.x86_64-linux.test-pixelfed-garage-service -L + check-peertube: runs-on: native steps: