Migrate CI/CD from GitHub Actions to Forgejo Actions #1
1 changed files with 1 additions and 3 deletions
|
|
@ -30,8 +30,6 @@ jobs:
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
--health-retries 5
|
--health-retries 5
|
||||||
ports:
|
|
||||||
- 5432:5432
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ⬇️ Checkout repo
|
- name: ⬇️ Checkout repo
|
||||||
|
|
@ -49,7 +47,7 @@ jobs:
|
||||||
- name: 🧪 Run unit tests
|
- name: 🧪 Run unit tests
|
||||||
run: npm run test:run
|
run: npm run test:run
|
||||||
env:
|
env:
|
||||||
DATABASE_URL: postgresql://test:test@localhost:5432/brackt_test
|
DATABASE_URL: postgresql://test:test@postgres:5432/brackt_test
|
||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
|
|
||||||
typecheck:
|
typecheck:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue