Skip to content

Commit 8386c05

Browse files
committed
change workflow
1 parent a1538f5 commit 8386c05

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919

2020
- uses: php-actions/composer@master
2121

22-
run: |
23-
cp .env.example .env
22+
- name: Config Dot Env
23+
run: |
24+
cp .env.example .env
2425
2526
- name: Run Tests
2627
run: composer tests-exclude-notification

0 commit comments

Comments
 (0)