Skip to content

Commit 8af866f

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/backend-test.yml

Lines changed: 2 additions & 1 deletion
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
2828
chmod 777 ./artifacts/test-reports
29+
chmod 777 ./provider_directory/static
2930
3031
- name: Build and run tests
3132
run: |

0 commit comments

Comments
 (0)