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

Commit7d648e6

Browse files
committed
attempt fixing Chromatic workflow
1 parentce2b2f3 commit7d648e6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎.github/workflows/coder.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ 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'
7575
-id:debug
7676
run:|
7777
echo "${{ toJSON(steps.filter )}}"
@@ -629,6 +629,7 @@ jobs:
629629
DD_CATEGORY:e2e
630630
GIT_COMMIT_MESSAGE:${{ github.event.head_commit.message }}
631631
run:go run scripts/datadog-cireport/main.go site/test-results/junit.xml
632+
632633
chromatic:
633634
# REMARK: this is only used to build storybook and deploy it to Chromatic.
634635
runs-on:ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp