Skip to content

Commit 153ce4a

Browse files
kevinccbsgclaude
andcommitted
feat: fix DELETE contract spec and use twd-cli composite action
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b2c788e commit 153ce4a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
run: npx puppeteer browsers install chrome
4343

4444
- name: Run TWD tests
45-
run: npx twd-cli run
45+
uses: BRIKEV/twd-cli/.github/actions/run@main
46+
with:
47+
contract-report: 'true'
4648

4749
- name: Display coverage
4850
run: |

contracts/todos-3.0.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
],
6666
"responses": {
6767
"200": {
68-
"description": "Todo deleted"
68+
"description": "Todo deleted",
69+
"content": {}
6970
}
7071
}
7172
}

0 commit comments

Comments
 (0)