Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Dec 8, 2024
1 parent c75ef40 commit da586be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/Environment/RunE2ECommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ public function test_theme_sut() {
putenv( 'QIT_TESTING_ENV_CONFIG=1' );

$fixture_dir = $this->scenarios_dir . 'scenario-theme-sut';
$this->assertDirectoryExists($fixture_dir, "Fixture directory does not exist: {$fixture_dir}");
chdir( $fixture_dir );

// We know qit.yml defines the theme "storefront" as SUT.
Expand All @@ -541,6 +542,7 @@ public function test_plugin_and_theme_sut_theme() {
putenv( 'QIT_TESTING_ENV_CONFIG=1' );

$fixture_dir = $this->scenarios_dir . 'scenario-plugin-and-theme-sut';
$this->assertDirectoryExists($fixture_dir, "Fixture directory does not exist: {$fixture_dir}");
chdir( $fixture_dir );

// qit.yml has both plugins and themes, we pick 'deli-theme' as SUT.
Expand Down

0 comments on commit da586be

Please sign in to comment.