Skip to content

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu… #1044

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu…

fix(ci): close the governance gate — SPDX, permissions, SHA pins, reu… #1044

Workflow file for this run

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