We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b6c74 commit 06fb886Copy full SHA for 06fb886
.github/workflows/build-and-test.yml
@@ -50,6 +50,15 @@ jobs:
50
- name: Pack tarball
51
if: matrix.node-version == '20.x'
52
run: npm pack
53
+ - name: Install from tarball
54
+ if: matrix.node-version == '20.x'
55
+ run: npm install -g aws-agentcore-*.tgz
56
+ - name: Verify packaged CLI runs
57
58
+ run: |
59
+ agentcore --version
60
+ agentcore create --name sanitytest --language Python --framework Strands --model-provider Bedrock --memory none --json
61
+ test -f sanitytest/agentcore/agentcore.json
62
- name: Upload tarball artifact
63
64
uses: actions/upload-artifact@v7
0 commit comments