We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8d718 commit 8af866fCopy full SHA for 8af866f
.github/workflows/backend-test.yml
@@ -22,10 +22,11 @@ jobs:
22
- name: Set up Docker Compose
23
uses: docker/setup-compose-action@v1
24
25
- - name: Create artifacts directory with proper permissions
+ - name: Ensure test directories have appropriate permissions for writing
26
run: |
27
mkdir -p ./artifacts/test-reports
28
chmod 777 ./artifacts/test-reports
29
+ chmod 777 ./provider_directory/static
30
31
- name: Build and run tests
32
0 commit comments