back to green, rename job

This commit is contained in:
Nitsan Avni 2023-02-07 14:27:11 +00:00
parent 6f17a85b91
commit e7545c322e

View File

@ -8,7 +8,7 @@ on:
- jq/* - jq/*
jobs: jobs:
build: test-jq-translation:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -32,9 +32,8 @@ jobs:
run: | run: |
! ./test-gilded-rose.sh ! ./test-gilded-rose.sh
- name: Expect texttest fixture output - name: Expect texttest fixture output (aka 'verify')
working-directory: jq working-directory: jq
# intentionally fail this step to be in the red
run: | 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 diff - texttest-10-day-result