Skip to content

chore(deps): bump toml from 0.8.23 to 1.1.2+spec-1.1.0 in /bots/glambot #26

chore(deps): bump toml from 0.8.23 to 1.1.2+spec-1.1.0 in /bots/glambot

chore(deps): bump toml from 0.8.23 to 1.1.2+spec-1.1.0 in /bots/glambot #26

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