Skip to content

Commit

Permalink
attempt pc2ccs#2 at debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
troy2914 committed Dec 8, 2023
1 parent 94cc60f commit f5e9feb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 -
Expand Down

0 comments on commit f5e9feb

Please sign in to comment.