test gh actions
This commit is contained in:
parent
9f667e7eda
commit
691d58069f
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -71,6 +71,17 @@ jobs:
|
||||
--health-retries 5
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install Node.js dependencies
|
||||
run: yarn install --frozen-lockfile --silent
|
||||
|
||||
- name: PostgreSQL Migrations
|
||||
run: yarn typeorm:postgres migration:run
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user