Skip to content

Commit

Permalink
ci(cypress): change db ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Mar 22, 2023
1 parent 91e1c1d commit 1618f1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
CYPRESS_LOGIN_PASSWORD: ${{ secrets.CYPRESS_LOGIN_PASSWORD }}
CYPRESS_LOGIN_SERVER: http://localhost:8080
- run: npx --yes @dhis2/cli-cluster down 2.40
- run: sudo ls -laR /var/lib/docker/volumes/d2-cluster-240_datadb/
- run: sudo chown -R $USER /var/lib/docker/volumes/d2-cluster-240_datadb/ && chmod -R 777 /var/lib/docker/volumes/d2-cluster-240_datadb/
- run: sudo ls -laR /var/lib/docker/volumes/d2-cluster-240_datadb/
- uses: actions/cache/save@v3
with:
path: /var/lib/docker/volumes/d2-cluster-240_datadb/
Expand Down

0 comments on commit 1618f1b

Please sign in to comment.