Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaaf9c25

Browse files
committed
attempt fixing Chromatic workflow
1 parentce2b2f3 commitaaf9c25

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

‎.github/workflows/coder.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@ jobs:
6666
# For testing:
6767
# - '.github/**'
6868
sh:
69-
-"**.sh"
69+
-'**.sh'
7070
ts:
71-
- "**.tsx?"
72-
- "**.jsx?"
73-
- "**.lock"
74-
- "**.json"
71+
- '**.tsx?'
72+
- '**.jsx?'
73+
- '**.lock'
74+
- '**.json'
75+
- 'site/**'
7576
-id:debug
7677
run:|
7778
echo "${{ toJSON(steps.filter )}}"
@@ -629,6 +630,7 @@ jobs:
629630
DD_CATEGORY:e2e
630631
GIT_COMMIT_MESSAGE:${{ github.event.head_commit.message }}
631632
run:go run scripts/datadog-cireport/main.go site/test-results/junit.xml
633+
632634
chromatic:
633635
# REMARK: this is only used to build storybook and deploy it to Chromatic.
634636
runs-on:ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp