Skip to content

Commit 15fb9c8

Browse files
ci: Add write permissions for conformance test session and log directories.
1 parent 57d159c commit 15fb9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585

8686
- name: Start conformance server
8787
run: |
88-
mkdir -p tests/Conformance/sessions
89-
mkdir -p tests/Conformance/logs
88+
mkdir -p tests/Conformance/sessions tests/Conformance/logs
89+
chmod -R 777 tests/Conformance/sessions tests/Conformance/logs
9090
docker compose -f tests/Conformance/Fixtures/docker-compose.yml up -d
9191
sleep 5
9292

0 commit comments

Comments
 (0)