Skip to content

release: prepare version v0.0.10 #127

release: prepare version v0.0.10

release: prepare version v0.0.10 #127

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@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 e2e:test