Skip to content

Commit 631c74f

Browse files
committed
Testing CI
1 parent a9c6894 commit 631c74f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/aws_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
name: Deploy
7676
runs-on: ubuntu-24.04
7777
environment: develop
78-
if: ${{ github.base_ref == 'develop' || github.event_name == 'push' }}
78+
if: ${{ github.event_name == 'push' }}
7979
needs:
8080
- tests
8181
steps:

tests/test_helper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
set_include_path(get_include_path() . PATH_SEPARATOR . TEST_DIR);
1313
require_once(PROJECT_ROOT . 'lib/Bootstrap.php');
1414

15+
var_dump(getenv());
16+
1517
if (getenv('USE_LOCAL_DEVELOPMENT_ENV')) {
1618
Bootstrap::start();
1719
} elseif (getenv('TRAVIS') || getenv('GITHUB_ACTION')) {

0 commit comments

Comments
 (0)