From f5e9feb20c50e05d70c7f2e515214598e1c2cbab Mon Sep 17 00:00:00 2001 From: Troy Boudreau Date: Fri, 8 Dec 2023 12:58:54 -0300 Subject: [PATCH] attempt #2 at debugging. --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 693f1a850..2bf864e87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,11 @@ jobs: cache: npm cache-dependency-path: projects/WTI-UI/package.json + - name: Test LANG + shell: bash + run: | + echo "LANG=$(LANG)" + - name: Build run: ant -noinput -buildfile package.xml @@ -44,8 +49,6 @@ jobs: path: dist - name: Create GitHub release shell: bash - run: | - echo "LANG=$(LANG)" git config --global --add safe.directory ${GITHUB_WORKSPACE} eval $(ssh-agent -s) echo "${{ secrets.SSH_PRIVATE_KEY_WEBSITE }}" | tr -d '\r' | ssh-add -