Skip to content

fix(skeleton): AGENTIC template names a retired licence and bans a required one #1193

fix(skeleton): AGENTIC template names a retired licence and bans a required one

fix(skeleton): AGENTIC template names a retired licence and bans a required one #1193

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# This workflow is managed by gh actions-lock.
name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: ['**']
permissions:
actions: read
contents: read
jobs:
e2e:
name: E2E tests
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v7.0.1
- name: Install PyYAML (for workflow YAML validation)
run: pip install pyyaml --quiet
- name: Run E2E tests
run: bash tests/e2e.sh