ci(ui): run integration tests step instead of removed test:browser

This commit is contained in:
Pablo F.G
2026-07-24 11:58:20 +02:00
parent b39d49bffb
commit c8cb6e901c
+2 -2
View File
@@ -181,9 +181,9 @@ jobs:
if: steps.check-changes.outputs.any_changed == 'true' && steps.playwright-cache.outputs.cache-hit != 'true'
run: pnpm exec playwright install chromium
- name: Run browser tests
- name: Run integration tests
if: steps.check-changes.outputs.any_changed == 'true'
run: pnpm run test:browser
run: pnpm run test:integration
- name: Build application
if: steps.check-changes.outputs.any_changed == 'true'