Compare commits

...

2 Commits

Author SHA1 Message Date
Tomás Barreiro b4be48fddc Merge branch 'main' into remove-windows-integration-tests 2025-10-02 23:07:33 -03:00
BarreiroT c65f4655ed refactor: Remove windows integration tests 2025-10-02 20:08:25 -03:00
+1 -14
View File
@@ -56,15 +56,7 @@ jobs:
test:
needs: quality-checks
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
name: ${{ matrix.os == 'ubuntu-latest' && 'test' || format('test ({0})', matrix.os) }}
defaults:
run:
shell: bash
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -96,11 +88,6 @@ jobs:
if: steps.webview-cache.outputs.cache-hit != 'true'
run: cd webview-ui && npm ci
- name: Set up NPM on Windows
if: runner.os == 'Windows'
run: |
npm config set script-shell "C:\\Program Files\\Git\\bin\\bash.exe"
# Build the extension and tests (without redundant checks)
- name: Build Tests and Extension
run: npm run ci:build