Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
176 changes: 0 additions & 176 deletions .github/workflows/run-tck-1.0-wip.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/run-tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ on:
push:
branches:
- main
- 0.3.x
pull_request:
branches:
# Disable TCK runs on main PRs for now, since we are making spec and TCK updates for 1.0.0
# - main
- 0.3.x
- main
workflow_dispatch:

env:
# TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0
# Tag/branch of the TCK
TCK_VERSION: main
TCK_VERSION: spec_1.0
# Tell the TCK runner to report failure if the quality tests fail
A2A_TCK_FAIL_ON_QUALITY: 1
# Tell the TCK runner to report failure if the features tests fail
Expand Down