Skip to content

Commit e261370

Browse files
- Tune robot issue.
1 parent beece53 commit e261370

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ jobs:
674674
if: matrix.registry != 'test/registry'
675675
env:
676676
PYTHONPATH: '${{ env.PYTHONPATH }}:${{ github.workspace }}/test/python'
677+
IS_DEB_TEST: 'true'
677678
run: |
678679
mkdir -p deb_test
679680
cp stackql_${{env.BUILDMAJORVERSION}}.${{env.BUILDMINORVERSION}}.${{env.BUILDPATCHVERSION}}_amd64.deb deb_test/
@@ -1015,6 +1016,13 @@ jobs:
10151016
with:
10161017
name: stackql_linux_amd64
10171018
path: build
1019+
1020+
- name: Download MCP Client Artifact
1021+
# uses: actions/download-artifact@v3
1022+
uses: actions/[email protected]
1023+
with:
1024+
name: stackql_mcp_client_linux_amd64
1025+
path: build
10181026

10191027
- name: Setup WSL with dependencies
10201028
# uses: Vampire/setup-wsl@v1

0 commit comments

Comments
 (0)