Merge branch 'main' into nightly

This commit is contained in:
Frikky
2025-03-03 11:00:37 +01:00
committed by GitHub
+6 -2
View File
@@ -20,10 +20,14 @@ jobs:
uses: actions/checkout@v2
- name: Set up opensearch directory
run: chmod -R 777 shuffle-database
run: mkdir shuffle-database
continue-on-error: true
- name: Elevate rights for it
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