mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
back to green, rename job
This commit is contained in:
parent
6f17a85b91
commit
e7545c322e
7
.github/workflows/jq.yml
vendored
7
.github/workflows/jq.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user