Skip to content

Merge pull request #289 from admin-shell-io/BiBo/Circularity #76

Merge pull request #289 from admin-shell-io/BiBo/Circularity

Merge pull request #289 from admin-shell-io/BiBo/Circularity #76

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install aas test engine
env:
TOKEN: ${{ secrets.AAS_ENGINES_PAT }}
run: |
python -m pip install --upgrade pip
pip install "git+https://x-access-token:${TOKEN}@github.com/admin-shell-io/aas-test-engines-exclusive.git@v1.0.0#egg=aas_test_engines_exclusive"
- name: Run template checks (AAS metamodel 3.1)
env:
AAS_VERSION: "3.1"
run: python ./_help_and_materials/check_templates.py