Skip to content

chore(deps): bump toml in /bots/cipherbot (#484) #1175

chore(deps): bump toml in /bots/cipherbot (#484)

chore(deps): bump toml in /bots/cipherbot (#484) #1175

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