From e7545c322e94d95690bec7b865452272ef89072d Mon Sep 17 00:00:00 2001 From: Nitsan Avni Date: Tue, 7 Feb 2023 14:27:11 +0000 Subject: [PATCH] back to green, rename job --- .github/workflows/jq.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jq.yml b/.github/workflows/jq.yml index 69af3e48..77378561 100644 --- a/.github/workflows/jq.yml +++ b/.github/workflows/jq.yml @@ -8,7 +8,7 @@ on: - jq/* jobs: - build: + test-jq-translation: runs-on: ubuntu-latest steps: @@ -32,9 +32,8 @@ jobs: run: | ! ./test-gilded-rose.sh - - name: Expect texttest fixture output + - name: Expect texttest fixture output (aka 'verify') working-directory: jq - # intentionally fail this step to be in the red run: | - jaq --arg days 9 -nr "$(cat gilded-rose.jq) $(cat texttest_fixture.jq)" | + jaq --arg days 10 -nr "$(cat gilded-rose.jq) $(cat texttest_fixture.jq)" | diff - texttest-10-day-result