From ea777216b888721d56d8f17c3c93789df3c9adbc Mon Sep 17 00:00:00 2001 From: Steve Downey Date: Sat, 11 Apr 2026 15:39:48 +0100 Subject: [PATCH] Remove install test Beman install test removed upstream. --- .github/workflows/ci_tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 2862e5d..9075078 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -134,12 +134,6 @@ jobs: ] } - install-test: - uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-install-test.yml@1.5.0 - with: - image: ghcr.io/bemanproject/infra-containers-gcc:latest - cxx_standard: 26 - create-issue-when-fault: needs: [preset-test, build-and-test] if: failure() && github.event_name == 'schedule'