We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c3253 commit 0940fc1Copy full SHA for 0940fc1
.github/workflows/ci.yml
@@ -64,9 +64,9 @@ jobs:
64
run: |
65
cp config/action_mailer.yml.ci config/action_mailer.yml
66
cp config/content_security_policy.yml.ci config/content_security_policy.yml
67
- cp config/storage.yml.ci config/storage.yml
68
cp config/database.yml.ci config/database.yml
69
cp config/mnemosyne.yml.ci config/mnemosyne.yml
+ cp config/storage.yml.ci config/storage.yml
70
71
- name: Prepare database
72
env:
0 commit comments