Skip to content

Commit a49fc57

Browse files
Enable GitHub action to run test-harness on PRs (#76)
* updated script to try and run the test harness on PRs * update the yaml to match dotnet
1 parent 5c4bbc6 commit a49fc57

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/run-test-harness.yml.disabled renamed to .github/workflows/run-test-harness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches: [main]
66

7-
87
jobs:
98
harness-tests:
109
name: Harness Tests
@@ -15,3 +14,4 @@ jobs:
1514
sdks-to-test: java
1615
sdk-github-sha: ${{github.event.pull_request.head.sha}}
1716
github-token: ${{ secrets.TEST_HARNESS_GH_SECRET }}
17+
File renamed without changes.

0 commit comments

Comments
 (0)