Skip to content

Commit 17e5a09

Browse files
authored
chore: Reenable TCK testing for Pull Requests (#645)
Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
1 parent de9355a commit 17e5a09

2 files changed

Lines changed: 2 additions & 181 deletions

File tree

.github/workflows/run-tck-1.0-wip.yml

Lines changed: 0 additions & 176 deletions
This file was deleted.

.github/workflows/run-tck.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ on:
55
push:
66
branches:
77
- main
8-
- 0.3.x
98
pull_request:
109
branches:
11-
# Disable TCK runs on main PRs for now, since we are making spec and TCK updates for 1.0.0
12-
# - main
13-
- 0.3.x
10+
- main
1411
workflow_dispatch:
1512

1613
env:
1714
# TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0
1815
# Tag/branch of the TCK
19-
TCK_VERSION: main
16+
TCK_VERSION: spec_1.0
2017
# Tell the TCK runner to report failure if the quality tests fail
2118
A2A_TCK_FAIL_ON_QUALITY: 1
2219
# Tell the TCK runner to report failure if the features tests fail

0 commit comments

Comments
 (0)