Skip to content

Commit db98ebb

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

File tree

6 files changed

+208
-32
lines changed

6 files changed

+208
-32
lines changed

.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)