diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b57304..889c151 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,13 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} + # Config a dummy git user for use in the repo initialization. + - name: Config Git User + id: config_git_user + run: | + git config user.name "Test User" + git config user.email "test@dreamsicle.io" + # Installs npm and composer dependencies. - name: Install id: install