Skip to content

Commit 8714375

Browse files
Fixes tests by adding replacement of structr policy line in docker-compose.
1 parent 552dba2 commit 8714375

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses: douglascamata/setup-docker-macos-action@v1.0.1
1818
if: ${{ matrix.os == 'macOS-latest' }}
1919

20+
- Agree to Structr policy
21+
run: sed -i 's/AGREE_TO_STRUCTR_PRIVACY_POLICY=no/AGREE_TO_STRUCTR_PRIVACY_POLICY=yes/' docker-compose.yml
22+
2023
- name: Start the stack
2124
run: docker compose up -d
2225

0 commit comments

Comments
 (0)