Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2b2f3 commit 7d648e6Copy full SHA for 7d648e6
.github/workflows/coder.yaml
@@ -66,12 +66,12 @@ 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
- id: debug
76
run: |
77
echo "${{ toJSON(steps.filter )}}"
@@ -629,6 +629,7 @@ jobs:
629
DD_CATEGORY: e2e
630
GIT_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
631
run: go run scripts/datadog-cireport/main.go site/test-results/junit.xml
632
+
633
chromatic:
634
# REMARK: this is only used to build storybook and deploy it to Chromatic.
635
runs-on: ubuntu-latest
0 commit comments