From f75fa97ad0b152a05e80ba8c9678d2c5a981213e Mon Sep 17 00:00:00 2001 From: Dijana Pavlovic Date: Mon, 20 Jan 2025 17:59:51 +0100 Subject: [PATCH] tests: don't continue on error --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11ca858c8..c39248a76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: # when the release PR gets merged by the bot. if: needs.prep.outputs.version == 0 runs-on: ${{ matrix.os }} - continue-on-error: true + continue-on-error: ${{ matrix.edgedb-version == 'nightly' }} strategy: matrix: node-version: ["18", "20", "22"]