Skip to content

Commit

Permalink
fix(*): Add CI files for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-ag committed Sep 11, 2023
1 parent d4587a3 commit b6a14a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
php-version: "7.4"

- name: Setup unit-testing
uses: actions/checkout@v2

- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

Expand Down

0 comments on commit b6a14a9

Please sign in to comment.