Skip to content

Commit

Permalink
Fix permissions on report files
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 27, 2023
1 parent e9dd076 commit 53aace1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,11 @@ jobs:
mkdir -p /tmp/minio_tests/test-bucket && chmod -R 777 /tmp/minio_tests
docker-compose -f .docker/$DOCKERFILE run -e GITHUB_SHA=$GITHUB_SHA qgis-deps /root/QGIS/.docker/docker-qgis-test.sh $TEST_BATCH
- name: Fix permissions on test report
if: ${{ failure() }}
run: |
sudo chmod -R 777 qgis_test_report
- name: Dump report contents
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit 53aace1

Please sign in to comment.