This commit is contained in:
@@ -47,10 +47,6 @@ jobs:
|
|||||||
echo "Running migrations ⚙️"
|
echo "Running migrations ⚙️"
|
||||||
migrate -path=./migrations -database=${{ secrets.GREENLIGHT_DB_DSN }} up
|
migrate -path=./migrations -database=${{ secrets.GREENLIGHT_DB_DSN }} up
|
||||||
echo "Migrations done ✅"
|
echo "Migrations done ✅"
|
||||||
|
|
||||||
echo "Cleaning 🧹"
|
|
||||||
cd .. && rm -rf greenlight \
|
|
||||||
echo "Cleaning done ✅"
|
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: Build API
|
- name: Build API
|
||||||
|
|||||||
Reference in New Issue
Block a user