Skip to content

Commit 337d6ae

Browse files
committed
fix(config): with korojscommands
1 parent a39377e commit 337d6ae

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
File renamed without changes.

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
path: lampy
2323
- name: Install npm dependencies
2424
run: npm install
25+
- name: 'set .env'
26+
run: 'cp .env.example .env'
2527
- name: 'SET BDD'
2628
run: npm run bdd:mariadb
2729
- name: 'Launch Lampy'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ apps/public/
1010
apps/composer.lock
1111
apps/symfony.lock
1212
## << to delete
13+
.env

0 commit comments

Comments
 (0)