Skip to content

chore(deps): bump rustls-webpki from 0.103.10 to 0.103.13 in /robot-repo-automaton in the cargo group across 1 directory #106

chore(deps): bump rustls-webpki from 0.103.10 to 0.103.13 in /robot-repo-automaton in the cargo group across 1 directory

chore(deps): bump rustls-webpki from 0.103.10 to 0.103.13 in /robot-repo-automaton in the cargo group across 1 directory #106

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