Update quick-testing.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user