FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #2 from php-actions/env · php-actions/example-phpunit@db98ebb · GitHub

Commit db98ebb

Browse files
Greg Bowler
authored
Merge pull request #2 from php-actions/env
Test getting environment variables from workflow
2 parents 1997337 + 4eceed7 commit db98ebb

6 files changed

Lines changed: 208 additions & 32 deletions

File tree

‎.github/workflows/ci-coverage.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
args: --coverage-text
2121
env:
2222
XDEBUG_MODE: coverage
23+
TEST_NAME: Scarlett

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
- name: PHPUnit Tests
1515
uses: php-actions/phpunit@v2
16+
env:
17+
TEST_NAME: Scarlett
1618
with:
1719
bootstrap: vendor/autoload.php
1820
configuration: test/phpunit.xml

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL