mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix access rights in Sonar test
This commit is contained in:
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@@ -48,6 +48,8 @@ jobs:
|
|||||||
- name: "Create database file"
|
- name: "Create database file"
|
||||||
run: |
|
run: |
|
||||||
touch storage/database/database.sqlite
|
touch storage/database/database.sqlite
|
||||||
|
chmod 600 storage/oauth-public.key
|
||||||
|
chmod 600 storage/oauth-private.key
|
||||||
wget -q https://github.com/firefly-iii/test-fixtures/raw/refs/heads/main/test-database.sqlite -O storage/database/database.sqlite
|
wget -q https://github.com/firefly-iii/test-fixtures/raw/refs/heads/main/test-database.sqlite -O storage/database/database.sqlite
|
||||||
|
|
||||||
- name: "Upgrades the database to the latest version"
|
- name: "Upgrades the database to the latest version"
|
||||||
|
|||||||
Reference in New Issue
Block a user