Skip to content

chore(deps): bump tower-http from 0.6.8 to 0.6.10 in /bots/rhodibot #208

chore(deps): bump tower-http from 0.6.8 to 0.6.10 in /bots/rhodibot

chore(deps): bump tower-http from 0.6.8 to 0.6.10 in /bots/rhodibot #208

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