Skip to content

Add system inventory export flow (#547) #1542

Add system inventory export flow (#547)

Add system inventory export flow (#547) #1542

name: Train & Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.9"
cache: 'pipenv'
- name: Install pipenv
run: pip install pipenv
- name: Verify Pipfile and Pipfile.lock are in sync
run: pipenv verify
- name: Install dependencies
run: make install
- name: Train
run: make train
- name: Test
run: make test-rasa
- name: Update results
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: output-files
path: |
models
results
.astro
retention-days: 7