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-timeout 5s
|
||||
--health-retries 5
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
||||
steps:
|
||||
- name: ⬇️ Checkout repo
|
||||
|
|
@ -49,7 +47,7 @@ jobs:
|
|||
- name: 🧪 Run unit tests
|
||||
run: npm run test:run
|
||||
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
|
||||
|
||||
typecheck:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue