Skip to content

Commit

Permalink
feat(chore) : configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Loyant committed Sep 16, 2024
1 parent a7b1b9f commit d025989
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- run: XDEBUG_MODE=coverage php vendor/bin/phpunit Tests/phpunit -c phpunit.xml.dist
- run: XDEBUG_MODE=coverage php vendor/bin/atoum -d Tests/atoum

- run:
command: npm install && make test-coverage
name: Install and Make
#- run:
# command: npm install && make test-coverage
# name: Install and Make

- coveralls/upload
- codecov/upload
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- name: Run atoum test
run: php vendor/bin/atoum -d Tests/atoum

- name: npm install, make test-coverage
run: |
npm install
make test-coverage
#- name: npm install, make test-coverage
# run: |
# npm install
# make test-coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d025989

Please sign in to comment.