Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit eeb5820

Browse files
authored
github/build: Set job-wide working directory
1 parent 1f819e9 commit eeb5820

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ jobs:
6868
needs: [test]
6969
name: Publish storybook to chromatic 🧪
7070
runs-on: ubuntu-latest
71+
defaults:
72+
run:
73+
working-directory: example
7174
steps:
7275
- uses: actions/checkout@v2
7376
- uses: actions/setup-node@v1
7477
with:
7578
node-version: 12.x
7679
- run: npx yarn bootstrap
77-
working-directory: example
7880
- uses: chromaui/action@v1
7981
with:
8082
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)