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

Commit eff7457

Browse files
committed
ci: setup build workflow
1 parent 614a8d0 commit eff7457

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,17 @@ jobs:
6767
chromatic:
6868
needs: [test]
6969
name: Publish storybook to chromatic 🧪
70+
runs-on: ubuntu-latest
7071
defaults:
7172
run:
7273
working-directory: example
73-
steps:
74-
- uses: actions/checkout@v2
75-
- uses: actions/setup-node@v1
76-
with:
77-
node-version: 12.x
78-
- run: cd .. && npx yarn bootstrap && cd example
79-
- uses: chromaui/action@v1
80-
with:
81-
token: ${{ secrets.GITHUB_TOKEN }}
82-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
74+
steps:
75+
- uses: actions/checkout@v2
76+
- uses: actions/setup-node@v1
77+
with:
78+
node-version: 12.x
79+
- run: cd .. && npx yarn bootstrap && cd example
80+
- uses: chromaui/action@v1
81+
with:
82+
token: ${{ secrets.GITHUB_TOKEN }}
83+
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)