Skip to content

chore(deps): bump cmov from 0.5.3 to 0.5.4 in /bots/rhodibot in the cargo group across 1 directory #855

chore(deps): bump cmov from 0.5.3 to 0.5.4 in /bots/rhodibot in the cargo group across 1 directory

chore(deps): bump cmov from 0.5.3 to 0.5.4 in /bots/rhodibot in the cargo group across 1 directory #855

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