Skip to content

Commit 7b53fe6

Browse files
committed
[config] Create env file in CI
1 parent 7f03e5f commit 7b53fe6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
2424
- uses: actions/checkout@v3
2525

26+
- name: Create Env File
27+
run: |
28+
cp exemple.env .env
29+
2630
- name: Docker Compose Action
2731
uses: isbang/compose-action@v1.4.1
2832

0 commit comments

Comments
 (0)