add git lol
Some checks failed
Build Project / test (push) Failing after 27s

This commit is contained in:
2023-09-24 21:38:31 +00:00
parent ae8bc4ce3d
commit 7ef9ff8f0a
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- 5432:5432
steps:
- run: apk update && apk upgrade && apk add nodejs docker
- run: apk update && apk upgrade && apk add nodejs docker git
- name: Checkout Code
uses: actions/checkout@v2
- name: Run migrations

View File

@@ -1,6 +1,6 @@
name: Build Project
on: [push]
on: []
jobs:
test:
runs-on: ubuntu-latest