We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d159c commit 15fb9c8Copy full SHA for 15fb9c8
.github/workflows/pipeline.yaml
@@ -85,8 +85,8 @@ jobs:
85
86
- name: Start conformance server
87
run: |
88
- mkdir -p tests/Conformance/sessions
89
- mkdir -p tests/Conformance/logs
+ mkdir -p tests/Conformance/sessions tests/Conformance/logs
+ chmod -R 777 tests/Conformance/sessions tests/Conformance/logs
90
docker compose -f tests/Conformance/Fixtures/docker-compose.yml up -d
91
sleep 5
92
0 commit comments