Skip to content

Commit 0d97048

Browse files
committed
browser fix tests2
1 parent 2d72156 commit 0d97048

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
npm run build
3838
3939
- name: Build extension (if needed)
40+
if: runner.os != 'Windows'
41+
shell: bash
4042
run: |
4143
if [ -d "../sentience-chrome" ]; then
4244
cd ../sentience-chrome && ./build.sh || echo "Extension build skipped (may not be available in CI)"

0 commit comments

Comments
 (0)