mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:41:13 -05:00
Merge branch 'dev'
This commit is contained in:
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
- "[0-9]+.[0-9]+.[0-9]+"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
||||
@@ -35,6 +35,9 @@ jobs:
|
||||
- name: Apply database migrations
|
||||
run: npm run db:sqlite:push
|
||||
|
||||
- name: Test with tsc
|
||||
run: npx tsc --noEmit
|
||||
|
||||
- name: Start app in background
|
||||
run: nohup npm run dev &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user