Skip to content

Commit ea87e8d

Browse files
committed
feat: more verbose errors
1 parent 339541e commit ea87e8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
git-server:
3838
image: ghcr.io/docplanner/helm-repo-updater/git-repo-server:develop
3939
steps:
40+
- name: Setup environment
41+
run: |
42+
echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
4043
- uses: actions/checkout@v4
4144

4245
- name: Build app

0 commit comments

Comments
 (0)