This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: apk update && apk upgrade && apk add nodejs docker
|
- run: apk update && apk upgrade && apk add nodejs docker git
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run migrations
|
- name: Run migrations
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: Build Project
|
name: Build Project
|
||||||
|
|
||||||
on: [push]
|
on: []
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user