Skip to content

chore(deps): bump the actions group across 1 directory with 4 updates #1045

chore(deps): bump the actions group across 1 directory with 4 updates

chore(deps): bump the actions group across 1 directory with 4 updates #1045

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install PyYAML (for workflow YAML validation)
run: pip install pyyaml --quiet
- name: Run E2E tests
run: bash tests/e2e.sh