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 3707cd9 commit 6fa7126Copy full SHA for 6fa7126
1 file changed
.github/workflows/ci-jobs.yml
@@ -73,6 +73,7 @@ jobs:
73
run: pnpm vite build --mode=development
74
env:
75
NODE_ENV: development
76
+ - uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1
77
- name: test
78
run: pnpm test
79
@@ -132,6 +133,7 @@ jobs:
132
133
ALL_SUPPORTED_BROWSERS: true
134
135
136
137
138
- name: Set BrowserStack Local Identifier
139
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-ember-source')
0 commit comments