Skip to content

Commit

Permalink
Use Notion token while running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosimao committed Oct 26, 2021
1 parent 970a2de commit bca331b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -6,7 +6,7 @@ name: Tests

jobs:
unit:
name: Unit tests
name: Unit and Integration tests

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -46,6 +46,7 @@ jobs:
composer-options: --no-ansi --no-interaction --no-progress

- name: Run tests with phpunit
env: ${{ secrets.NOTION_TOKEN }}
run: vendor/bin/phpunit --coverage-clover dist/phpunit/clover.xml

- name: Send code coverage report to Codecov.io
Expand Down

0 comments on commit bca331b

Please sign in to comment.