Try Cypress in Github Actions 4

This commit is contained in:
Kalle
2022-07-08 11:34:55 +03:00
parent a1a0dbdf0e
commit 5eaf684546

View File

@@ -17,9 +17,10 @@ jobs:
build: npm run build
start: npm start
env:
BASE_URL: http://localhost:5800
PORT: 5800
BASE_URL: http://localhost:4455
PORT: 4455
DB_PATH: db.sqlite3
SESSION_SECRET: secret
- name: Prettier
run: npm run prettier:check
- name: Lint TS