This commit is contained in:
@@ -23,7 +23,8 @@ jobs:
|
||||
- 5432:5432
|
||||
|
||||
steps:
|
||||
- run: apt update && apt install nodejs pkgconfig -y
|
||||
- name: Install necessary dependencies
|
||||
run: apt update && apt install nodejs pkg-config -y
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Run migrations
|
||||
|
||||
Reference in New Issue
Block a user