Skip to content

feat: schema package to return structured taxonomy #213

feat: schema package to return structured taxonomy

feat: schema package to return structured taxonomy #213

Workflow file for this run

# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
name: E2E Tests with Helm on Kind
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
jobs:
e2e-tests:
name: End-to-End Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 0
- name: Setup Taskfile
shell: bash
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
- name: Run End-to-End tests
run: |
task tests:test