Skip to content

dispatch-intake: hypatia-secret-alert from hyperpolymath/ambientops (… #340

dispatch-intake: hypatia-secret-alert from hyperpolymath/ambientops (…

dispatch-intake: hypatia-secret-alert from hyperpolymath/ambientops (… #340

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: ['**']
permissions:
contents: read
jobs:
e2e:
name: E2E tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install PyYAML (for workflow YAML validation)
run: pip install pyyaml --quiet
- name: Run E2E tests
run: bash tests/e2e.sh