From a5be0812134a07a6e5d812da4109c6383f13085d Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 27 Jun 2024 11:59:02 -0400 Subject: [PATCH] wip --- .github/workflows/ci-pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 18f68a2092..f9c1f74868 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -17,7 +17,6 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y $BASIC_PACKAGES - - run: exit 1 # foprce failure - run: make - uses: actions/upload-artifact@v4 with: @@ -201,7 +200,6 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y $BASIC_PACKAGES - - run: exit 1 # Force fail - run: make bootstrap-full bench-fast: