mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +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/*
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user