mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Lol whoops, "cp" is the correct command.
This commit is contained in:
parent
d0d7a0befc
commit
a3a412d553
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
xmlwriter
|
||||
|
||||
- name: Copy standard configuration
|
||||
run: copy .env.testing .env
|
||||
run: cp .env.testing .env
|
||||
|
||||
- name: Install Composer dependencies
|
||||
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
|
||||
|
Loading…
Reference in New Issue
Block a user