mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
- Changed the web server configuration to specify the URL as 'http://localhost:3000' for improved clarity in local development. </message> <message>feat(ci-pipeline): add artifact upload and download steps in CI workflow - Introduced steps to upload the build output as an artifact after the build job. - Added a step to download the build output artifact before running Playwright tests, ensuring the tests have access to the latest build.