Merge branch 'nightly' of https://github.com/Shuffle/Shuffle into automation

This commit is contained in:
lalitdeore12@gmail.com
2025-03-11 15:57:59 +05:30
96 changed files with 1342 additions and 867 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ on:
types:
- completed
workflow_dispatch:
workflow_dispatch:
jobs:
build:
@@ -29,7 +30,7 @@ jobs:
run: chmod -R 777 shuffle-database
- name: Build the stack
run: docker-compose up -d
run: docker compose up -d
- name: Wait for 30 seconds
run: sleep 30