Skip to content

Commit 7d648e6

Browse files
committed
attempt fixing Chromatic workflow
1 parent ce2b2f3 commit 7d648e6

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)