From 6f17a85b919d3ded84be7410d4e057f34f6d73eb Mon Sep 17 00:00:00 2001 From: Nitsan Avni Date: Tue, 7 Feb 2023 14:21:33 +0000 Subject: [PATCH] intentionally fail the ci --- .github/workflows/jq.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jq.yml b/.github/workflows/jq.yml index 2758eceb..69af3e48 100644 --- a/.github/workflows/jq.yml +++ b/.github/workflows/jq.yml @@ -22,6 +22,7 @@ jobs: toolchain: stable override: true + # TODO: this step takes ~2m, consider using https://github.com/marketplace/actions/cargo-install - name: Install jaq run: | cargo install --locked --git https://github.com/01mf02/jaq @@ -33,6 +34,7 @@ jobs: - name: Expect texttest fixture output working-directory: jq + # intentionally fail this step to be in the red run: | - jaq --arg days 10 -nr "$(cat gilded-rose.jq) $(cat texttest_fixture.jq)" | + jaq --arg days 9 -nr "$(cat gilded-rose.jq) $(cat texttest_fixture.jq)" | diff - texttest-10-day-result