mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
Try Cypress in Github Actions 4
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user