Skip to content

build(deps-dev): bump tar from 7.5.7 to 7.5.9 (#522) #137

build(deps-dev): bump tar from 7.5.7 to 7.5.9 (#522)

build(deps-dev): bump tar from 7.5.7 to 7.5.9 (#522) #137

Workflow file for this run

name: Run tests on Windows
on:
push:
branches:
- main
jobs:
tests-on-windows:
runs-on: windows-latest
timeout-minutes: 60
permissions:
contents: read
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: actions/setup-node@v6
with:
node-version: 22
- run: npm install -g npm@latest
- run: npm ci --verbose
- run: npx update-browserslist-db@latest
- name: Ng test for studio-web
run: |
npx nx build web-component
npx nx test:once studio-web
- name: Cypress run for web-component
uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8
with:
install: true # fails on Windows with install: false
start: |
npx nx serve web-component
npx nx serve-test-data web-component
wait-on: sleep 15 # there is no reliable URL to wait for...
command: npx nx test:once web-component
- run: npx nx extract-i18n studio-web
- run: npx nx check-l10n studio-web
- run: npx nx build ngx-web-component
- run: npx nx build studio-web
- run: npx nx bundle web-component