We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 931f1bc + 0d97048 commit e234bdfCopy full SHA for e234bdf
1 file changed
.github/workflows/test.yml
@@ -37,6 +37,8 @@ jobs:
37
npm run build
38
39
- name: Build extension (if needed)
40
+ if: runner.os != 'Windows'
41
+ shell: bash
42
run: |
43
if [ -d "../sentience-chrome" ]; then
44
cd ../sentience-chrome && ./build.sh || echo "Extension build skipped (may not be available in CI)"
0 commit comments