Skip to content

Commit

Permalink
updated code suite in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSalwa committed Apr 18, 2024
1 parent a35be79 commit ba85663
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
custom-cache-key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('composer.lock') }}

- name: Execute tests (Unit and Feature tests) via PHPUnit
run: make tests
run: |
echo ${{ secrets.TEST_ENV }} | tr " " "\n" > .env.test
make tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
Expand Down

0 comments on commit ba85663

Please sign in to comment.