Skip to content

Commit

Permalink
fixing robofile
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Feb 7, 2025
1 parent 9d61c8d commit 0c648eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function testFull(
$this->allowPlugins($this->testingSiteName, $drupal_version);
$this->requireMod($this->testingSiteName, $this->testModuleConstraint);
// Step 6: Check in and push the changes.
$this->testGitPush($this->testingSiteName);
$this->checkinAndPush($this->testingSiteName);
// Step 7: Enable the module.
$this->moduleEnable($this->testingSiteName);

Expand Down

0 comments on commit 0c648eb

Please sign in to comment.