cdklabs / cdklabs/cdk-pipelines-github

Set `defaults` for GHA job

Open
#299 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
384
Forks
45
Avg merge
1d 1h
Merged PRs (30d)
4

Description

I would like to run the pipeline actions in a working directory under my repository root. e.g. My CDK app files are in `./cdk/`. I currently do this using:

```
test:
name: Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: cdk
```

Is there a way to pass a `defaults` block into the pipeline config?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.