Skip to content

Add Research Surface Map link #39

Add Research Surface Map link

Add Research Surface Map link #39

Workflow file for this run

name: ESP-001 Refusal Test
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
name: Run Enterprise Scenario 001 Refusal Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Run ESP-001 Refusal Test
run: |
python -m pytest tests/test_enterprise_scenario_001.py -q --tb=no