diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 951b7abe..1786b614 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -127,8 +127,7 @@ jobs: uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1 - name: Run All Tests - run: |- - make test-client-python + run: make test-client-python - name: Check for SDK changes run: |