Try E2E tests on Chrome in GA

This commit is contained in:
Kalle 2022-09-21 17:45:03 +03:00
parent 565e23578f
commit 3d239db373

View File

@ -16,6 +16,7 @@ jobs:
with:
build: npm run build
start: npm start
browser: chrome
env:
BASE_URL: http://localhost:4455
PORT: 4455