Skip to content

Commit 80ce4da

Browse files
add a workingDirectory option to run conformance tests in a subdirectory (#70)
1 parent 7ba062f commit 80ce4da

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

action/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ inputs:
3131
startDelay:
3232
description: 'GCR tag to use for builder image'
3333
default: 1
34+
workingDirectory:
35+
description: 'The subdirectory in which the conformance tests should run'
36+
default: ""
3437
runs:
3538
using: 'node12'
3639
main: 'dist/index.js'

action/dist/index.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)