Skip to content

Commit 6a1c6c2

Browse files
committed
ensure python test suite can write to new static/ dir
1 parent bb8d718 commit 6a1c6c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/backend-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
- name: Set up Docker Compose
2323
uses: docker/setup-compose-action@v1
2424

25-
- name: Create artifacts directory with proper permissions
25+
- name: Ensure test directories have appropriate permissions for writing
2626
run: |
2727
mkdir -p ./artifacts/test-reports
28-
chmod 777 ./artifacts/test-reports
28+
chmod 755 ./artifacts/test-reports
29+
chmod 755 ./provider_directory/static
2930
3031
- name: Build and run tests
3132
run: |

0 commit comments

Comments
 (0)