Skip to content

feat: Add support for A2A V3.0 #7

feat: Add support for A2A V3.0

feat: Add support for A2A V3.0 #7

Workflow file for this run

# Copyright 2025 Cisco Systems, Inc. and its affiliates
# SPDX-License-Identifier: Apache-2.0
---
name: Run all tests
on:
workflow_call:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5.0.0
- name: test
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Running all tests..."
./deployments/test/unit-test.sh