diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml index 96b1f15..26f5d2c 100644 --- a/.github/workflows/vscode.yml +++ b/.github/workflows/vscode.yml @@ -51,6 +51,11 @@ jobs: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & yarn run ci-test + - name: Configure Git identity + run: | + git config --global user.email "leon@toit.io" + git config --global user.name "Leon Gungadin Mogensen" + - name: Compile working-directory: ${{ env.vscode-dir }} run: |