Skip to content

Merge pull request #37 from sfc-gh-jcarroll/update-ci-versions #5

Merge pull request #37 from sfc-gh-jcarroll/update-ci-versions

Merge pull request #37 from sfc-gh-jcarroll/update-ci-versions #5

Workflow file for this run

name: App testing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
streamlit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: streamlit/[email protected]
with:
app-path: Chatbot.py
ruff: true
pytest-args: -v --junit-xml=test-results.xml
- if: always()
uses: pmeier/[email protected]
with:
path: test-results.xml
summary: true
display-options: fEX