Update quick-testing.yml

This commit is contained in:
Frikky
2025-02-28 01:22:21 +01:00
committed by GitHub
parent 1562f62019
commit 221896df99
+5 -1
View File
@@ -19,7 +19,11 @@ jobs:
uses: actions/checkout@v2
- name: Set up opensearch directory
run: mkdir shuffle-database && 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