We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2b2f3 commit aaf9c25Copy full SHA for aaf9c25
.github/workflows/coder.yaml
@@ -66,12 +66,13 @@ jobs:
66
# For testing:
67
# - '.github/**'
68
sh:
69
- - "**.sh"
+ - '**.sh'
70
ts:
71
- - "**.tsx?"
72
- - "**.jsx?"
73
- - "**.lock"
74
- - "**.json"
+ - '**.tsx?'
+ - '**.jsx?'
+ - '**.lock'
+ - '**.json'
75
+ - 'site/**'
76
- id: debug
77
run: |
78
echo "${{ toJSON(steps.filter )}}"
@@ -629,6 +630,7 @@ jobs:
629
630
DD_CATEGORY: e2e
631
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
632
run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml
633
+
634
chromatic:
635
# REMARK: this is only used to build storybook and deploy it to Chromatic.
636
runs-on: ubuntu-latest
0 commit comments