From 8253288f8a60823d706b9f41ef3cfa874b916da5 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 17 Jul 2025 15:25:17 +0200 Subject: [PATCH] remove pixelfed from CI until fixed (#472) this test is still borked as per #33. the intent would be to get this test on a feature branch pertaining to that issue - the point being we should be able to rely on CI's boolean result for detecting (newly induced) regressions. Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/472 Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- .forgejo/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index b41a106e..7bc68bf5 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -27,12 +27,6 @@ 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: