Skip to content

Commit

Permalink
Commit files
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 21, 2024
1 parent c74bbfb commit abacab0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/TestFunctional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ jobs:
ddev composer config minimum-stability dev
ddev composer require "lullabot/drainpipe @dev" --with-all-dependencies
ddev composer require "lullabot/drainpipe-dev @dev" --dev --with-all-dependencies
git config --global user.email "[email protected]"
git config --global user.name "Drainpipe Bot"
echo "/drainpipe" >> .gitignore
echo "/drainpipe-dev" >> .gitignore
git add .
git commit -m "Initial commit"
- name: Setup Nightwatch
run: |
Expand Down

0 comments on commit abacab0

Please sign in to comment.